| Index: chrome/browser/sync/glue/shared_change_processor_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/shared_change_processor_unittest.cc b/chrome/browser/sync/glue/shared_change_processor_unittest.cc
|
| index f40dc2235873e1ae21591c9d9ee0c2104e6d8eb0..16e0c7cc75f89d04eccbb7881b19edb7d8abc241 100644
|
| --- a/chrome/browser/sync/glue/shared_change_processor_unittest.cc
|
| +++ b/chrome/browser/sync/glue/shared_change_processor_unittest.cc
|
| @@ -102,12 +102,12 @@ class SyncSharedChangeProcessorTest : public testing::Test {
|
| void ConnectOnDBThread(
|
| const scoped_refptr<SharedChangeProcessor>& shared_change_processor) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::DB));
|
| - EXPECT_CALL(sync_factory_, GetSyncableServiceForType(syncable::AUTOFILL)).
|
| + EXPECT_CALL(sync_factory_, GetSyncableServiceForType(syncer::AUTOFILL)).
|
| WillOnce(GetWeakPtrToSyncableService(db_syncable_service_.get()));
|
| EXPECT_TRUE(shared_change_processor->Connect(&sync_factory_,
|
| &sync_service_,
|
| &error_handler_,
|
| - syncable::AUTOFILL));
|
| + syncer::AUTOFILL));
|
| }
|
|
|
| MessageLoopForUI ui_loop_;
|
|
|