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

Unified Diff: content/browser/device_orientation/data_fetcher_impl_android.h

Issue 141533006: [Android] Move the java content/ package to content_public/ to start the split. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small fixes and findbugs line update Created 6 years, 11 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/app/android/child_process_service.cc ('k') | content/common/android/linker/linker_jni.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/device_orientation/data_fetcher_impl_android.h
diff --git a/content/browser/device_orientation/data_fetcher_impl_android.h b/content/browser/device_orientation/data_fetcher_impl_android.h
index 8a8a69fd14fea629a351796546ee1880e3de9b1d..9509176e09349f9d72229c11acda26b8bda59021 100644
--- a/content/browser/device_orientation/data_fetcher_impl_android.h
+++ b/content/browser/device_orientation/data_fetcher_impl_android.h
@@ -53,7 +53,7 @@ class CONTENT_EXPORT DataFetcherImplAndroid {
protected:
enum EventType {
// These constants should match DEVICE_ORIENTATION and DEVICE_MOTION
- // constants in content/public/android/java/src/org/chromium/content/
+ // constants in content/public/android/java/src/org/chromium/content_public/
// browser/DeviceMotionAndOrientation.java
kTypeOrientation = 0,
kTypeMotion = 1
« no previous file with comments | « content/app/android/child_process_service.cc ('k') | content/common/android/linker/linker_jni.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698