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

Unified Diff: ui/android/window_android.h

Issue 929903002: Remove cc dependency from ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert changes in ui/PRESUBMIT.py Created 5 years, 10 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
« no previous file with comments | « ui/android/view_android.cc ('k') | ui/android/window_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/window_android.h
diff --git a/ui/base/android/window_android.h b/ui/android/window_android.h
similarity index 90%
rename from ui/base/android/window_android.h
rename to ui/android/window_android.h
index 245fde2e3b48cc5546219d4d3f242e0b35602dd1..cb201cd9e45b0e48a3de8782b9f7fad930973e4c 100644
--- a/ui/base/android/window_android.h
+++ b/ui/android/window_android.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_BASE_ANDROID_WINDOW_ANDROID_H_
-#define UI_BASE_ANDROID_WINDOW_ANDROID_H_
+#ifndef UI_ANDROID_WINDOW_ANDROID_H_
+#define UI_ANDROID_WINDOW_ANDROID_H_
#include <jni.h>
#include <vector>
@@ -12,7 +12,7 @@
#include "base/android/scoped_java_ref.h"
#include "base/observer_list.h"
#include "base/time/time.h"
-#include "ui/base/ui_base_export.h"
+#include "ui/android/ui_android_export.h"
#include "ui/gfx/geometry/vector2d_f.h"
namespace ui {
@@ -21,7 +21,7 @@ class WindowAndroidCompositor;
class WindowAndroidObserver;
// Android implementation of the activity window.
-class UI_BASE_EXPORT WindowAndroid {
+class UI_ANDROID_EXPORT WindowAndroid {
public:
WindowAndroid(JNIEnv* env, jobject obj);
@@ -74,4 +74,4 @@ class UI_BASE_EXPORT WindowAndroid {
} // namespace ui
-#endif // UI_BASE_ANDROID_WINDOW_ANDROID_H_
+#endif // UI_ANDROID_WINDOW_ANDROID_H_
« no previous file with comments | « ui/android/view_android.cc ('k') | ui/android/window_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698