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

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

Issue 152893002: [DeviceLight API] Content Side Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix in Java file, stop() Created 6 years, 9 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
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_

Powered by Google App Engine
This is Rietveld 408576698