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

Unified Diff: chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc

Issue 8184001: The AutofillProfileSyncableService's lifetime should be managed by the WebDataService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile after http://crrev.com/104990 Created 9 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: chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc
diff --git a/chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc b/chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc
index 90cddb0db517309470ed1032848b5d4bf1b0d391..5639c66b116d4a787739f92dbf8c7dfb6adc1c78 100644
--- a/chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc
+++ b/chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc
@@ -22,10 +22,8 @@ using ::testing::Return;
using ::testing::Property;
class AutofillProfile;
-namespace browser_sync {
-
class MockAutofillProfileSyncableService
- : public browser_sync::AutofillProfileSyncableService {
+ : public AutofillProfileSyncableService {
public:
MockAutofillProfileSyncableService() {
}
@@ -262,5 +260,3 @@ TEST_F(AutofillProfileSyncableServiceTest, ActOnChange) {
autofill_syncable_service_.ActOnChange(change1);
autofill_syncable_service_.ActOnChange(change2);
}
-
-} // namespace browser_sync
« no previous file with comments | « chrome/browser/webdata/autofill_profile_syncable_service.cc ('k') | chrome/browser/webdata/web_data_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698