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

Unified Diff: sync/api/fake_syncable_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: sync/api/fake_syncable_service.h
diff --git a/sync/api/fake_syncable_service.h b/sync/api/fake_syncable_service.h
index aa8c462409a6767683d18bc1325882878c87999c..b89cf1f7251e984d15c862b856b08d5ce32af6f4 100644
--- a/sync/api/fake_syncable_service.h
+++ b/sync/api/fake_syncable_service.h
@@ -8,7 +8,7 @@
#include "sync/api/syncable_service.h"
-namespace csync {
+namespace syncer {
class SyncErrorFactory;
@@ -47,6 +47,6 @@ class FakeSyncableService : public SyncableService {
syncable::ModelType type_;
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_API_FAKE_SYNCABLE_SERVICE_H_
« no previous file with comments | « chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc ('k') | sync/api/fake_syncable_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698