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

Unified Diff: chrome/browser/sync/chrome_sync_client.cc

Issue 2672493002: [Sync] Switch bots to run integ tests for autofill as USS. (Closed)
Patch Set: Updated for Gang's comment. 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
« no previous file with comments | « no previous file | chrome/browser/sync/test/integration/enable_disable_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/chrome_sync_client.cc
diff --git a/chrome/browser/sync/chrome_sync_client.cc b/chrome/browser/sync/chrome_sync_client.cc
index 18a503d02cdfc2834ee9c933fd76ea5e93bf89ad..295fdfb8744f2e644e06eb11f0344dbc64232807 100644
--- a/chrome/browser/sync/chrome_sync_client.cc
+++ b/chrome/browser/sync/chrome_sync_client.cc
@@ -449,8 +449,7 @@ ChromeSyncClient::GetSyncBridgeForModelType(syncer::ModelType type) {
return base::WeakPtr<syncer::ModelTypeSyncBridge>();
case syncer::AUTOFILL:
return autofill::AutocompleteSyncBridge::FromWebDataService(
- web_data_service_.get())
- ->AsWeakPtr();
+ web_data_service_.get());
#if defined(OS_CHROMEOS)
case syncer::PRINTERS:
return chromeos::PrintersManagerFactory::GetForBrowserContext(profile_)
« no previous file with comments | « no previous file | chrome/browser/sync/test/integration/enable_disable_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698