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

Unified Diff: content/browser/android/java/java_type.h

Issue 336313018: [Android] Move content/browser/{renderer_host => android}/java/* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated paths for unit tests, rebased Created 6 years, 6 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 | « content/browser/android/java/java_method.cc ('k') | content/browser/android/java/java_type.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/java/java_type.h
diff --git a/content/browser/renderer_host/java/java_type.h b/content/browser/android/java/java_type.h
similarity index 87%
rename from content/browser/renderer_host/java/java_type.h
rename to content/browser/android/java/java_type.h
index fe7845eeaa69adc5065cf2e3a9f7cce01a92f340..6eb49259fadb56c01380c5fcbfcf5db5044852b8 100644
--- a/content/browser/renderer_host/java/java_type.h
+++ b/content/browser/android/java/java_type.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 CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_TYPE_H_
-#define CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_TYPE_H_
+#ifndef CONTENT_BROWSER_ANDROID_JAVA_JAVA_TYPE_H_
+#define CONTENT_BROWSER_ANDROID_JAVA_JAVA_TYPE_H_
#include <string>
@@ -47,4 +47,4 @@ struct JavaType {
} // namespace content
-#endif // CONTENT_BROWSER_RENDERER_HOST_JAVA_JAVA_TYPE_H_
+#endif // CONTENT_BROWSER_ANDROID_JAVA_JAVA_TYPE_H_
« no previous file with comments | « content/browser/android/java/java_method.cc ('k') | content/browser/android/java/java_type.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698