diff options
author | tfarina <tfarina@chromium.org> | 2014-12-31 07:20:09 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-31 15:20:57 +0000 |
commit | 3b0452d6e7831089c3041d1ab6c71f8de234d8e9 (patch) | |
tree | dc2ff93b8fad55be49415414dbd948da7c1d53c9 /content/plugin | |
parent | 33fc10063b42c14a5f4652a93aca29f803d4d49d (diff) | |
download | chromium_src-3b0452d6e7831089c3041d1ab6c71f8de234d8e9.zip chromium_src-3b0452d6e7831089c3041d1ab6c71f8de234d8e9.tar.gz chromium_src-3b0452d6e7831089c3041d1ab6c71f8de234d8e9.tar.bz2 |
Cleanup: Update the path to gfx rect headers.
The geometry headers were moved from /ui/gfx/ to ui/gfx/geometry, so
we are updating the include paths to fix this.
BUG=395370
TEST=compiles
TBR=sky@chromium.org,danakj@chromium.org
Review URL: https://codereview.chromium.org/823133004
Cr-Commit-Position: refs/heads/master@{#309814}
Diffstat (limited to 'content/plugin')
-rw-r--r-- | content/plugin/webplugin_delegate_stub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/plugin/webplugin_delegate_stub.h b/content/plugin/webplugin_delegate_stub.h index d6f6323..63964e1 100644 --- a/content/plugin/webplugin_delegate_stub.h +++ b/content/plugin/webplugin_delegate_stub.h @@ -13,8 +13,8 @@ #include "ipc/ipc_listener.h" #include "ipc/ipc_sender.h" #include "third_party/npapi/bindings/npapi.h" +#include "ui/gfx/geometry/rect.h" #include "ui/gfx/native_widget_types.h" -#include "ui/gfx/rect.h" #include "url/gurl.h" struct PluginMsg_Init_Params; |