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

Unified Diff: chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc

Issue 8596017: sync: rename ProfileSyncFactory to ProfileSyncComponentsFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final Created 9 years, 1 month 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/glue/autofill_data_type_controller_unittest.cc
diff --git a/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc b/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
index 290661e2aa392b3d18e4397c8bf0a7bb4bed851f..6d6b48a0d6a1d989888efdfeb79c347e1275d1fb 100644
--- a/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
+++ b/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
@@ -13,7 +13,7 @@
#include "chrome/browser/autofill/personal_data_manager.h"
#include "chrome/browser/sync/glue/autofill_data_type_controller.h"
#include "chrome/browser/sync/glue/data_type_controller_mock.h"
-#include "chrome/browser/sync/profile_sync_factory_mock.h"
+#include "chrome/browser/sync/profile_sync_components_factory_mock.h"
#include "chrome/browser/sync/profile_sync_service_mock.h"
#include "chrome/browser/sync/profile_sync_test_util.h"
#include "chrome/browser/webdata/web_data_service.h"
@@ -83,8 +83,9 @@ class WebDataServiceFake : public WebDataService {
class AutofillDataTypeControllerMock : public AutofillDataTypeController {
public:
- AutofillDataTypeControllerMock(ProfileSyncFactory* profile_sync_factory,
- Profile* profile)
+ AutofillDataTypeControllerMock(
+ ProfileSyncComponentsFactory* profile_sync_factory,
+ Profile* profile)
: AutofillDataTypeController(profile_sync_factory, profile),
start_called_(false, false) {}
@@ -139,7 +140,7 @@ class AutofillDataTypeControllerTest : public testing::Test {
content::TestBrowserThread db_thread_;
scoped_refptr<ThreadNotificationService> db_notification_service_;
scoped_refptr<AutofillDataTypeControllerMock> autofill_dtc_;
- ProfileSyncFactoryMock profile_sync_factory_;
+ ProfileSyncComponentsFactoryMock profile_sync_factory_;
ProfileMock profile_;
ProfileSyncServiceMock service_;
scoped_refptr<WebDataServiceFake> web_data_service_;

Powered by Google App Engine
This is Rietveld 408576698