summaryrefslogtreecommitdiffstats
path: root/content/browser/power_save_blocker_android.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-31 07:36:00 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-31 07:36:00 +0000
commitf7c4c2733bdcd78a67748fb8444c58df9bad7354 (patch)
treecf2af1aa2b9d151f70c381b12272f029f22df618 /content/browser/power_save_blocker_android.cc
parent8e01c06dc909bf509e3cddaa6d1daa5712834d5c (diff)
downloadchromium_src-f7c4c2733bdcd78a67748fb8444c58df9bad7354.zip
chromium_src-f7c4c2733bdcd78a67748fb8444c58df9bad7354.tar.gz
chromium_src-f7c4c2733bdcd78a67748fb8444c58df9bad7354.tar.bz2
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
Diffstat (limited to 'content/browser/power_save_blocker_android.cc')
-rw-r--r--content/browser/power_save_blocker_android.cc2
1 files changed, 1 insertions, 1 deletions
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;