From 655f81de196ee49a4114a8ddaed80a4a8c9bd17d Mon Sep 17 00:00:00 2001 From: tfarina Date: Mon, 22 Dec 2014 18:38:50 -0800 Subject: 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} --- content/common/browser_plugin/browser_plugin_messages.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/common/browser_plugin/browser_plugin_messages.h') 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" -- cgit v1.1