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

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

Issue 10696087: [Sync] Move ModelType and related classes to 'syncer' namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort headers, update copyrights Created 8 years, 6 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/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_;
« no previous file with comments | « chrome/browser/sync/glue/shared_change_processor_mock.h ('k') | chrome/browser/sync/glue/sync_backend_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698