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

Unified Diff: ui/android/window_android_observer.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/window_android_compositor.h ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/window_android_observer.h
diff --git a/ui/base/android/window_android_observer.h b/ui/android/window_android_observer.h
similarity index 70%
rename from ui/base/android/window_android_observer.h
rename to ui/android/window_android_observer.h
index b9f5fbad5cfcd128be3ce70aaa1c24c12501fa07..05db5ce8f634c894e2d77c79452e7f47bf4b4bfd 100644
--- a/ui/base/android/window_android_observer.h
+++ b/ui/android/window_android_observer.h
@@ -2,14 +2,14 @@
// 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_OBSERVER_H_
-#define UI_BASE_ANDROID_WINDOW_ANDROID_OBSERVER_H_
+#ifndef UI_ANDROID_WINDOW_ANDROID_OBSERVER_H_
+#define UI_ANDROID_WINDOW_ANDROID_OBSERVER_H_
-#include "ui/base/ui_base_export.h"
+#include "ui/android/ui_android_export.h"
namespace ui {
-class UI_BASE_EXPORT WindowAndroidObserver {
+class UI_ANDROID_EXPORT WindowAndroidObserver {
public:
virtual void OnCompositingDidCommit() = 0;
virtual void OnAttachCompositor() = 0;
@@ -24,4 +24,4 @@ class UI_BASE_EXPORT WindowAndroidObserver {
} // namespace ui
-#endif // UI_BASE_ANDROID_WINDOW_ANDROID_OBSERVER_H_
+#endif // UI_ANDROID_WINDOW_ANDROID_OBSERVER_H_
« no previous file with comments | « ui/android/window_android_compositor.h ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698