From f7c4c2733bdcd78a67748fb8444c58df9bad7354 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Thu, 31 Oct 2013 07:36:00 +0000 Subject: ui: Move android C++ source files into base/android directory. BUG=299841 TEST=None, no functional changes. R=ben@chromium.org,bulach@chromium.org Review URL: https://codereview.chromium.org/51663003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232036 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/power_save_blocker_android.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/browser/power_save_blocker_android.cc') diff --git a/content/browser/power_save_blocker_android.cc b/content/browser/power_save_blocker_android.cc index 720fbb2..ad9b24c 100644 --- a/content/browser/power_save_blocker_android.cc +++ b/content/browser/power_save_blocker_android.cc @@ -11,7 +11,7 @@ #include "content/public/browser/android/content_view_core.h" #include "content/public/browser/browser_thread.h" #include "jni/PowerSaveBlocker_jni.h" -#include "ui/android/view_android.h" +#include "ui/base/android/view_android.h" using base::android::AttachCurrentThread; using base::android::ScopedJavaLocalRef; -- cgit v1.1