|
Geolocation cleanup: run clang-format
After moving geolocation to device, the presubmit
kept saying that I had to run git cl format, so here
we go. No new code, just ran:
clang-format -i -style=Chromium device/geolocation/*.h
clang-format -i -style=Chromium device/geolocation/*.cc
Committed: https://crrev.com/f50e159e802056823118d3f3deb4b23bd9335aba
Cr-Commit-Position: refs/heads/master@{#408821}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+304 lines, -427 lines) |
Patch |
 |
M |
device/geolocation/access_token_store.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/empty_wifi_data_provider.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/empty_wifi_data_provider.cc
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/fake_access_token_store.cc
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/geolocation_provider.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
device/geolocation/geolocation_provider_impl.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/geolocation/geolocation_provider_impl.cc
|
View
|
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/geolocation_provider_impl_unittest.cc
|
View
|
|
8 chunks |
+13 lines, -20 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/geolocation_service_context.cc
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/geolocation_service_impl.cc
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/geoposition.cc
|
View
|
|
2 chunks |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/location_api_adapter_android.h
|
View
|
|
1 chunk |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/location_api_adapter_android.cc
|
View
|
|
6 chunks |
+21 lines, -16 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/location_arbitrator.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/location_arbitrator_impl.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/location_arbitrator_impl_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -10 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/location_provider_android.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/location_provider_base.cc
|
View
|
|
2 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/mock_location_arbitrator.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/mock_location_provider.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/geolocation/network_location_provider.h
|
View
|
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/network_location_provider.cc
|
View
|
|
3 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/network_location_provider_unittest.cc
|
View
|
|
7 chunks |
+29 lines, -26 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/network_location_request.cc
|
View
|
|
9 chunks |
+31 lines, -36 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/wifi_data.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
device/geolocation/wifi_data.cc
|
View
|
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/wifi_data_provider.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/wifi_data_provider_chromeos.cc
|
View
|
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/wifi_data_provider_chromeos_unittest.cc
|
View
|
|
2 chunks |
+8 lines, -12 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/wifi_data_provider_common.cc
|
View
|
|
1 chunk |
+6 lines, -14 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/wifi_data_provider_common_unittest.cc
|
View
|
|
4 chunks |
+12 lines, -24 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/wifi_data_provider_common_win.cc
|
View
|
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/wifi_data_provider_linux.cc
|
View
|
|
10 chunks |
+20 lines, -31 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/wifi_data_provider_linux_unittest.cc
|
View
|
|
4 chunks |
+17 lines, -26 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/wifi_data_provider_mac.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
device/geolocation/wifi_data_provider_mac.cc
|
View
|
|
3 chunks |
+9 lines, -12 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/wifi_data_provider_win.cc
|
View
|
|
20 chunks |
+60 lines, -106 lines |
0 comments
|
Download
|
 |
M |
device/geolocation/wifi_polling_policy.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 14 (7 generated)
|