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

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

Issue 14679005: Create an AutofillBackend interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments pt 1 Created 7 years, 7 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: chrome/browser/sync/profile_sync_service_autofill_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
index 1a975021f2c9317a9ea5d53ba31eb732d625e46e..b1e3b58aed5a8b3878b09c55a459d9e876679de1 100644
--- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
@@ -333,7 +333,7 @@ ACTION(MakeSharedChangeProcessor) {
ACTION_P(MakeAutofillProfileSyncComponents, wds) {
EXPECT_TRUE(BrowserThread::CurrentlyOn(BrowserThread::DB));
if (!BrowserThread::CurrentlyOn(BrowserThread::DB))
- return base::WeakPtr<syncer::SyncableService>();;
+ return base::WeakPtr<syncer::SyncableService>();
return AutofillProfileSyncableService::FromWebDataService(wds)->AsWeakPtr();
}
« no previous file with comments | « no previous file | components/autofill.gypi » ('j') | components/autofill/browser/webdata/autofill_webdata_backend.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698