| Index: chrome/browser/sync/glue/ui_data_type_controller_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/ui_data_type_controller_unittest.cc b/chrome/browser/sync/glue/ui_data_type_controller_unittest.cc
|
| index e62be2d698f36fdf1a53265b1f1d676e9d8c5640..042c72f767527b40ff5927281081fb9378a2eb60 100644
|
| --- a/chrome/browser/sync/glue/ui_data_type_controller_unittest.cc
|
| +++ b/chrome/browser/sync/glue/ui_data_type_controller_unittest.cc
|
| @@ -41,7 +41,7 @@ class SyncUIDataTypeControllerTest : public testing::Test {
|
| public:
|
| SyncUIDataTypeControllerTest()
|
| : ui_thread_(BrowserThread::UI, &message_loop_),
|
| - type_(syncable::PREFERENCES),
|
| + type_(syncer::PREFERENCES),
|
| change_processor_(new FakeGenericChangeProcessor()) {}
|
|
|
| virtual void SetUp() {
|
| @@ -100,7 +100,7 @@ class SyncUIDataTypeControllerTest : public testing::Test {
|
| ProfileMock profile_;
|
| scoped_ptr<ProfileSyncComponentsFactoryMock> profile_sync_factory_;
|
| ProfileSyncServiceMock profile_sync_service_;
|
| - const syncable::ModelType type_;
|
| + const syncer::ModelType type_;
|
| StartCallbackMock start_callback_;
|
| ModelLoadCallbackMock model_load_callback_;
|
| scoped_refptr<UIDataTypeController> preference_dtc_;
|
|
|