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

Unified Diff: ios/chrome/browser/sync/ios_chrome_sync_client.mm

Issue 2460903003: [Sync] Rename DeviceInfoService to DeviceInfoSyncBridge. (Closed)
Patch Set: Removed 'USS' from a 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
Index: ios/chrome/browser/sync/ios_chrome_sync_client.mm
diff --git a/ios/chrome/browser/sync/ios_chrome_sync_client.mm b/ios/chrome/browser/sync/ios_chrome_sync_client.mm
index 6a777b9274de6ce187be107dcd1536f5c64b3a2c..00a39707b0306a8603e15ebd6f9122b2d167be96 100644
--- a/ios/chrome/browser/sync/ios_chrome_sync_client.mm
+++ b/ios/chrome/browser/sync/ios_chrome_sync_client.mm
@@ -333,7 +333,7 @@ IOSChromeSyncClient::GetSyncBridgeForModelType(syncer::ModelType type) {
case syncer::DEVICE_INFO:
return IOSChromeProfileSyncServiceFactory::GetForBrowserState(
browser_state_)
- ->GetDeviceInfoService()
+ ->GetDeviceInfoSyncBridge()
->AsWeakPtr();
default:
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698