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

Unified Diff: ui/android/view_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/ui_android_jni_registrar.cc ('k') | ui/android/view_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/view_android.h
diff --git a/ui/base/android/view_android.h b/ui/android/view_android.h
similarity index 81%
rename from ui/base/android/view_android.h
rename to ui/android/view_android.h
index 0205fdf14147af032dd4db26c0b094fb52a328ca..b23ff94fb13b95f42fd9d26c3526583843d2b8f0 100644
--- a/ui/base/android/view_android.h
+++ b/ui/android/view_android.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_BASE_ANDROID_VIEW_ANDROID_H_
-#define UI_BASE_ANDROID_VIEW_ANDROID_H_
+#ifndef UI_ANDROID_VIEW_ANDROID_H_
+#define UI_ANDROID_VIEW_ANDROID_H_
#include <jni.h>
#include "base/android/jni_weak_ref.h"
#include "base/android/scoped_java_ref.h"
-#include "ui/base/ui_base_export.h"
+#include "ui/android/ui_android_export.h"
namespace ui {
@@ -16,7 +16,7 @@ class WindowAndroid;
// This class is the native counterpart for ViewAndroid. It is owned by the
// Java ViewAndroid object.
-class UI_BASE_EXPORT ViewAndroid {
+class UI_ANDROID_EXPORT ViewAndroid {
public:
ViewAndroid(JNIEnv* env, jobject obj, WindowAndroid* window);
@@ -38,4 +38,4 @@ class UI_BASE_EXPORT ViewAndroid {
} // namespace ui
-#endif // UI_BASE_ANDROID_VIEW_ANDROID_H_
+#endif // UI_ANDROID_VIEW_ANDROID_H_
« no previous file with comments | « ui/android/ui_android_jni_registrar.cc ('k') | ui/android/view_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698