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 |