Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: chrome/browser/platform_util_android.cc

Issue 14018004: [Android] Refactor NativeView to be able to use it for AutofillDialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/platform_util_android.cc
diff --git a/chrome/browser/platform_util_android.cc b/chrome/browser/platform_util_android.cc
index e29bea88dda97169b247d8aded43383b99d270a6..dded7bc50d2014fc1a5301bec498fc7fc77e3404 100644
--- a/chrome/browser/platform_util_android.cc
+++ b/chrome/browser/platform_util_android.cc
@@ -4,7 +4,7 @@
#include "base/logging.h"
#include "chrome/browser/platform_util.h"
-#include "content/public/browser/android/content_view_core.h"
+#include "ui/android/view_android.h"
namespace platform_util {

Powered by Google App Engine
This is Rietveld 408576698