summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/android/context_menu_helper.cc
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2014-12-22 18:38:50 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-23 02:39:32 +0000
commit655f81de196ee49a4114a8ddaed80a4a8c9bd17d (patch)
treef182a74ba348af850c124354c9948c408e9903a7 /chrome/browser/ui/android/context_menu_helper.cc
parent7b4f8bbadd0950e2a81e8687caebd7af5f4dcd14 (diff)
downloadchromium_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 'chrome/browser/ui/android/context_menu_helper.cc')
-rw-r--r--chrome/browser/ui/android/context_menu_helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/android/context_menu_helper.cc b/chrome/browser/ui/android/context_menu_helper.cc
index a941dd5..bfbe8d3 100644
--- a/chrome/browser/ui/android/context_menu_helper.cc
+++ b/chrome/browser/ui/android/context_menu_helper.cc
@@ -11,7 +11,7 @@
#include "content/public/common/context_menu_params.h"
#include "jni/ContextMenuHelper_jni.h"
#include "jni/ContextMenuParams_jni.h"
-#include "ui/gfx/point.h"
+#include "ui/gfx/geometry/point.h"
using base::android::ConvertUTF8ToJavaString;
using base::android::ConvertUTF16ToJavaString;