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

Unified Diff: components/sync/BUILD.gn

Issue 2460903003: [Sync] Rename DeviceInfoService to DeviceInfoSyncBridge. (Closed)
Patch Set: Updating nullptr to null in comment. Created 4 years, 2 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
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | components/sync/device_info/device_info_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/BUILD.gn
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
index 523ab075b1b3021ea7f022313b940ab28d0d67ca..ff5a4a165f077b277086f9cb18e600b3b947f6a3 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -83,8 +83,8 @@ static_library("sync") {
"device_info/device_info.h",
"device_info/device_info_data_type_controller.cc",
"device_info/device_info_data_type_controller.h",
- "device_info/device_info_service.cc",
- "device_info/device_info_service.h",
+ "device_info/device_info_sync_bridge.cc",
+ "device_info/device_info_sync_bridge.h",
"device_info/device_info_sync_service.cc",
"device_info/device_info_sync_service.h",
"device_info/device_info_tracker.h",
@@ -835,7 +835,7 @@ source_set("unit_tests") {
"base/weak_handle_unittest.cc",
"device_info/device_count_metrics_provider_unittest.cc",
"device_info/device_info_data_type_controller_unittest.cc",
- "device_info/device_info_service_unittest.cc",
+ "device_info/device_info_sync_bridge_unittest.cc",
"device_info/device_info_sync_service_unittest.cc",
"device_info/device_info_util_unittest.cc",
"device_info/local_device_info_provider_impl_unittest.cc",
« no previous file with comments | « components/browser_sync/profile_sync_service.cc ('k') | components/sync/device_info/device_info_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698