diff options
author | tfarina <tfarina@chromium.org> | 2014-12-22 18:38:50 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-23 02:39:32 +0000 |
commit | 655f81de196ee49a4114a8ddaed80a4a8c9bd17d (patch) | |
tree | f182a74ba348af850c124354c9948c408e9903a7 /content/common/browser_plugin/browser_plugin_messages.h | |
parent | 7b4f8bbadd0950e2a81e8687caebd7af5f4dcd14 (diff) | |
download | chromium_src-655f81de196ee49a4114a8ddaed80a4a8c9bd17d.zip chromium_src-655f81de196ee49a4114a8ddaed80a4a8c9bd17d.tar.gz chromium_src-655f81de196ee49a4114a8ddaed80a4a8c9bd17d.tar.bz2 |
Cleanup: Update the path to insets and point 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=unit_tests, content_unittests, extensions_unittests ...
TBR=sky@chromium.org,danakj@chromium.org
Review URL: https://codereview.chromium.org/823703003
Cr-Commit-Position: refs/heads/master@{#309523}
Diffstat (limited to 'content/common/browser_plugin/browser_plugin_messages.h')
-rw-r--r-- | content/common/browser_plugin/browser_plugin_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/browser_plugin/browser_plugin_messages.h b/content/common/browser_plugin/browser_plugin_messages.h index 8aec318..79d7141 100644 --- a/content/common/browser_plugin/browser_plugin_messages.h +++ b/content/common/browser_plugin/browser_plugin_messages.h @@ -22,8 +22,8 @@ #include "third_party/WebKit/public/web/WebDragOperation.h" #include "third_party/WebKit/public/web/WebDragStatus.h" #include "third_party/skia/include/core/SkBitmap.h" +#include "ui/gfx/geometry/point.h" #include "ui/gfx/ipc/gfx_param_traits.h" -#include "ui/gfx/point.h" #include "ui/gfx/rect.h" #include "ui/gfx/size.h" #include "url/gurl.h" |