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

Unified Diff: ui/android/window_android.h

Issue 14169011: [Android] Rename NativeWindow to WindowAndroid. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Return Activity context for now Created 7 years, 8 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_jni_registrar.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/gfx/android/window_android.h b/ui/android/window_android.h
similarity index 85%
rename from ui/gfx/android/window_android.h
rename to ui/android/window_android.h
index 12d541d9f202300170d4016594c78c8ca3813737..c1c5c44c2d22daf11e013480d0b9bc9d9cc1cfe2 100644
--- a/ui/gfx/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_GFX_ANDROID_WINDOW_ANDROID_H_
-#define UI_GFX_ANDROID_WINDOW_ANDROID_H_
+#ifndef UI_ANDROID_WINDOW_ANDROID_H_
+#define UI_ANDROID_WINDOW_ANDROID_H_
#include <jni.h>
#include "base/android/jni_helper.h"
@@ -33,4 +33,4 @@ class UI_EXPORT WindowAndroid {
} // namespace ui
-#endif // UI_GFX_ANDROID_WINDOW_ANDROID_H_
+#endif // UI_ANDROID_WINDOW_ANDROID_H_
« no previous file with comments | « ui/android/ui_jni_registrar.cc ('k') | ui/android/window_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698