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

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

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments 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 db2b7b6f50dd194d46ff4d4f53e79a3a8dde7a28..f40dc2235873e1ae21591c9d9ee0c2104e6d8eb0 100644
--- a/chrome/browser/sync/glue/shared_change_processor_unittest.cc
+++ b/chrome/browser/sync/glue/shared_change_processor_unittest.cc
@@ -86,7 +86,7 @@ class SyncSharedChangeProcessorTest : public testing::Test {
void SetUpDBSyncableService() {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::DB));
DCHECK(!db_syncable_service_.get());
- db_syncable_service_.reset(new csync::FakeSyncableService());
+ db_syncable_service_.reset(new syncer::FakeSyncableService());
}
// Used by TearDown().
@@ -120,7 +120,7 @@ class SyncSharedChangeProcessorTest : public testing::Test {
StrictMock<DataTypeErrorHandlerMock> error_handler_;
// Used only on DB thread.
- scoped_ptr<csync::FakeSyncableService> db_syncable_service_;
+ scoped_ptr<syncer::FakeSyncableService> db_syncable_service_;
};
// Simply connect the shared change processor. It should succeed, and
« no previous file with comments | « chrome/browser/sync/glue/shared_change_processor_ref.cc ('k') | chrome/browser/sync/glue/sync_backend_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698