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

Unified Diff: device/sensors/data_fetcher_shared_memory_android.cc

Issue 2674613003: git cl format //device/sensors (Closed)
Patch Set: git cl format //device/sensors Created 3 years, 10 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: device/sensors/data_fetcher_shared_memory_android.cc
diff --git a/device/sensors/data_fetcher_shared_memory_android.cc b/device/sensors/data_fetcher_shared_memory_android.cc
index d86b24a5c0560ace51860c850d2e3097649dc9f2..5dec86a1ab0b18b725a9024a990e99c64d2e434c 100644
--- a/device/sensors/data_fetcher_shared_memory_android.cc
+++ b/device/sensors/data_fetcher_shared_memory_android.cc
@@ -12,11 +12,9 @@
namespace device {
-DataFetcherSharedMemory::DataFetcherSharedMemory() {
-}
+DataFetcherSharedMemory::DataFetcherSharedMemory() {}
-DataFetcherSharedMemory::~DataFetcherSharedMemory() {
-}
+DataFetcherSharedMemory::~DataFetcherSharedMemory() {}
bool DataFetcherSharedMemory::Start(ConsumerType consumer_type, void* buffer) {
DCHECK(buffer);
@@ -31,8 +29,8 @@ bool DataFetcherSharedMemory::Start(ConsumerType consumer_type, void* buffer) {
static_cast<DeviceOrientationHardwareBuffer*>(buffer));
return true;
case CONSUMER_TYPE_ORIENTATION_ABSOLUTE:
- SensorManagerAndroid::GetInstance()->
- StartFetchingDeviceOrientationAbsoluteData(
+ SensorManagerAndroid::GetInstance()
+ ->StartFetchingDeviceOrientationAbsoluteData(
static_cast<DeviceOrientationHardwareBuffer*>(buffer));
return true;
case CONSUMER_TYPE_LIGHT:

Powered by Google App Engine
This is Rietveld 408576698