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 e14aa10631540a93991c04b3216cf1123b14bf6e..9ac498a5ccae1524dfa17005226e93ed0d2bc6e9 100644 |
--- a/content/browser/device_orientation/data_fetcher_impl_android.h |
+++ b/content/browser/device_orientation/data_fetcher_impl_android.h |
@@ -45,7 +45,7 @@ class DataFetcherImplAndroid : public DataFetcher { |
DataFetcherImplAndroid(); |
// Wrappers for JNI methods. |
- bool Start(int rateInMilliseconds); |
+ bool Start(int rate_in_milliseconds); |
void Stop(); |
// Value returned by GetOrientation. |