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

Unified Diff: sync/notifier/invalidation_state_tracker.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
« no previous file with comments | « sync/notifier/invalidation_notifier_unittest.cc ('k') | sync/notifier/invalidation_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/invalidation_state_tracker.h
diff --git a/sync/notifier/invalidation_state_tracker.h b/sync/notifier/invalidation_state_tracker.h
index 9dbc352daa044cd89d34d7a97004d665e6156695..8f080fade20c80891d0a7431dcc123c9b1c28110 100644
--- a/sync/notifier/invalidation_state_tracker.h
+++ b/sync/notifier/invalidation_state_tracker.h
@@ -14,7 +14,7 @@
#include "google/cacheinvalidation/include/types.h"
#include "sync/notifier/invalidation_util.h"
-namespace csync {
+namespace syncer {
typedef std::map<invalidation::ObjectId, int64, ObjectIdLessThan>
InvalidationVersionMap;
@@ -41,6 +41,6 @@ class InvalidationStateTracker {
virtual ~InvalidationStateTracker() {}
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_NOTIFIER_INVALIDATION_STATE_TRACKER_H_
« no previous file with comments | « sync/notifier/invalidation_notifier_unittest.cc ('k') | sync/notifier/invalidation_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698