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

Unified Diff: chrome/browser/sync/test_profile_sync_service.h

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/test_profile_sync_service.h
diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h
index ed406b0b04e1b4cee9b86731f1ab1a53701d9804..5039849f90d286fead6b40be2040024419a5d937 100644
--- a/chrome/browser/sync/test_profile_sync_service.h
+++ b/chrome/browser/sync/test_profile_sync_service.h
@@ -82,7 +82,7 @@ class TestProfileSyncService : public ProfileSyncService {
void SetInitialSyncEndedForAllTypes();
virtual void OnBackendInitialized(
- const csync::WeakHandle<csync::JsBackend>& backend,
+ const syncer::WeakHandle<syncer::JsBackend>& backend,
bool success) OVERRIDE;
virtual void Observe(int type,
@@ -97,7 +97,7 @@ class TestProfileSyncService : public ProfileSyncService {
void fail_initial_download();
void set_use_real_database();
- csync::TestIdFactory* id_factory();
+ syncer::TestIdFactory* id_factory();
// Override of ProfileSyncService::GetBackendForTest() with a more
// specific return type (since C++ supports covariant return types)
@@ -109,7 +109,7 @@ class TestProfileSyncService : public ProfileSyncService {
virtual void CreateBackend() OVERRIDE;
private:
- csync::TestIdFactory id_factory_;
+ syncer::TestIdFactory id_factory_;
bool synchronous_backend_initialization_;
« no previous file with comments | « chrome/browser/sync/test/test_http_bridge_factory.cc ('k') | chrome/browser/sync/test_profile_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698