| 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 bc3fc6682d2ce0b2183c993f78472679d5e7a7d9..9d8a12c3033ebaa66869d4bd95107c72c11d7036 100644
|
| --- a/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| +++ b/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| @@ -17,7 +17,6 @@
|
| #include "chrome/browser/sync/profile_sync_service_mock.h"
|
| #include "chrome/browser/webdata/autocomplete_syncable_service.h"
|
| #include "chrome/browser/webdata/web_data_service_factory.h"
|
| -#include "chrome/test/base/profile_mock.h"
|
| #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
|
| #include "components/webdata/common/web_data_service_test_util.h"
|
| #include "content/public/browser/notification_service.h"
|
| @@ -155,6 +154,7 @@ class SyncAutofillDataTypeControllerTest : public testing::Test {
|
| public:
|
| SyncAutofillDataTypeControllerTest()
|
| : thread_bundle_(content::TestBrowserThreadBundle::REAL_DB_THREAD),
|
| + service_(&profile_),
|
| last_start_result_(DataTypeController::OK),
|
| weak_ptr_factory_(this) {}
|
|
|
| @@ -206,8 +206,8 @@ class SyncAutofillDataTypeControllerTest : public testing::Test {
|
|
|
| scoped_refptr<NiceMock<SharedChangeProcessorMock> > change_processor_;
|
| ProfileSyncComponentsFactoryMock profile_sync_factory_;
|
| + TestingProfile profile_;
|
| ProfileSyncServiceMock service_;
|
| - ProfileMock profile_;
|
| scoped_refptr<AutofillDataTypeController> autofill_dtc_;
|
|
|
| // Stores arguments of most recent call of OnStartFinished().
|
|
|