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

Unified Diff: ui/base/android/window_android.h

Issue 51663003: ui: Move android C++ source files into base/android directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
Index: ui/base/android/window_android.h
diff --git a/ui/android/window_android.h b/ui/base/android/window_android.h
similarity index 90%
rename from ui/android/window_android.h
rename to ui/base/android/window_android.h
index 14b1f09e222cc92692f7bfcb3fd10c553483d800..9aee809c34f8d02da8b8fe2d5b89a4bcc4c382e6 100644
--- a/ui/android/window_android.h
+++ b/ui/base/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_ANDROID_WINDOW_ANDROID_H_
-#define UI_ANDROID_WINDOW_ANDROID_H_
+#ifndef UI_BASE_ANDROID_WINDOW_ANDROID_H_
+#define UI_BASE_ANDROID_WINDOW_ANDROID_H_
#include <jni.h>
#include <vector>
@@ -45,4 +45,4 @@ class UI_EXPORT WindowAndroid {
} // namespace ui
-#endif // UI_ANDROID_WINDOW_ANDROID_H_
+#endif // UI_BASE_ANDROID_WINDOW_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698