| Index: content/browser/device_orientation/data_fetcher_shared_memory_base.h
|
| diff --git a/content/browser/device_orientation/data_fetcher_shared_memory_base.h b/content/browser/device_orientation/data_fetcher_shared_memory_base.h
|
| index e0ac543f217790704d8fcbe54027e9068174fd79..cb4ab7e0a33feedd86995f808c479da3fa255072 100644
|
| --- a/content/browser/device_orientation/data_fetcher_shared_memory_base.h
|
| +++ b/content/browser/device_orientation/data_fetcher_shared_memory_base.h
|
| @@ -22,7 +22,6 @@ namespace content {
|
| // polling thread to fetch data at regular intervals.
|
| class CONTENT_EXPORT DataFetcherSharedMemoryBase {
|
| public:
|
| -
|
| // Starts updating the shared memory buffer with sensor data at
|
| // regular intervals. Returns true if the relevant sensors could
|
| // be successfully activated.
|
| @@ -94,6 +93,6 @@ class CONTENT_EXPORT DataFetcherSharedMemoryBase {
|
| DISALLOW_COPY_AND_ASSIGN(DataFetcherSharedMemoryBase);
|
| };
|
|
|
| -}
|
| +} // namespace content
|
|
|
| #endif // CONTENT_BROWSER_DEVICE_ORIENTATION_DATA_FETCHER_SHARED_MEMORY_BASE_H_
|
|
|