Index: chrome/browser/webdata/autofill_profile_syncable_service.cc |
diff --git a/chrome/browser/webdata/autofill_profile_syncable_service.cc b/chrome/browser/webdata/autofill_profile_syncable_service.cc |
index 8dfe601835af5a1ebc8b013586b140fcc3a19a2e..75db0fdda67f7b358c0728b8290bbd32833add39 100644 |
--- a/chrome/browser/webdata/autofill_profile_syncable_service.cc |
+++ b/chrome/browser/webdata/autofill_profile_syncable_service.cc |
@@ -34,8 +34,6 @@ bool MergeField(FormGroup* form_group, |
} // namespace |
-namespace browser_sync { |
- |
const char kAutofillProfileTag[] = "google_chrome_autofill_profiles"; |
AutofillProfileSyncableService::AutofillProfileSyncableService( |
@@ -56,6 +54,7 @@ AutofillProfileSyncableService::~AutofillProfileSyncableService() { |
AutofillProfileSyncableService::AutofillProfileSyncableService() |
: web_data_service_(NULL), |
sync_processor_(NULL) { |
+ DCHECK(BrowserThread::CurrentlyOn(BrowserThread::DB)); |
} |
SyncError AutofillProfileSyncableService::MergeDataAndStartSyncing( |
@@ -408,5 +407,3 @@ AutofillProfileSyncableService::DataBundle::DataBundle() {} |
AutofillProfileSyncableService::DataBundle::~DataBundle() { |
} |
- |
-} // namespace browser_sync |