| 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 568fe557a7a1f69bb00ec82cf1df847c9952e8c1..4f431e0da117ab2b64d52c7b1c038dad3c86fba4 100644
 | 
| --- a/content/browser/device_orientation/data_fetcher_impl_android.h
 | 
| +++ b/content/browser/device_orientation/data_fetcher_impl_android.h
 | 
| @@ -57,6 +57,8 @@ class DataFetcherImplAndroid : public DataFetcher {
 | 
|    bool Start(DeviceData::Type event_type, int rate_in_milliseconds);
 | 
|    void Stop(DeviceData::Type event_type);
 | 
|  
 | 
| +  virtual int GetNumberActiveDeviceMotionSensors();
 | 
| +
 | 
|    // Value returned by GetDeviceData.
 | 
|    scoped_refptr<Orientation> current_orientation_;
 | 
|  
 | 
| 
 |