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

Unified Diff: ui/android/window_android_compositor.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.cc ('k') | ui/android/window_android_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/window_android_compositor.h
diff --git a/ui/base/android/window_android_compositor.h b/ui/android/window_android_compositor.h
similarity index 76%
rename from ui/base/android/window_android_compositor.h
rename to ui/android/window_android_compositor.h
index 6f290b1bdf4e19b6d9e98d2dbe63fde7168a9a4a..edd743f15396a0ed0b0266e5dcf707eac98a5526 100644
--- a/ui/base/android/window_android_compositor.h
+++ b/ui/android/window_android_compositor.h
@@ -2,11 +2,11 @@
// 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_COMPOSITOR_H_
-#define UI_BASE_ANDROID_WINDOW_ANDROID_COMPOSITOR_H_
+#ifndef UI_ANDROID_WINDOW_ANDROID_COMPOSITOR_H_
+#define UI_ANDROID_WINDOW_ANDROID_COMPOSITOR_H_
#include "cc/output/copy_output_request.h"
-#include "ui/base/ui_base_export.h"
+#include "ui/android/ui_android_export.h"
namespace cc {
class Layer;
@@ -17,7 +17,7 @@ namespace ui {
class ResourceManager;
// Android interface for compositor-related tasks.
-class UI_BASE_EXPORT WindowAndroidCompositor {
+class UI_ANDROID_EXPORT WindowAndroidCompositor {
public:
virtual ~WindowAndroidCompositor() {}
@@ -32,4 +32,4 @@ class UI_BASE_EXPORT WindowAndroidCompositor {
} // namespace ui
-#endif // UI_BASE_ANDROID_WINDOW_ANDROID_COMPOSITOR_H_
+#endif // UI_ANDROID_WINDOW_ANDROID_COMPOSITOR_H_
« no previous file with comments | « ui/android/window_android.cc ('k') | ui/android/window_android_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698