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

Unified Diff: sync/notifier/invalidation_util.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_state_tracker.h ('k') | sync/notifier/invalidation_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/invalidation_util.h
diff --git a/sync/notifier/invalidation_util.h b/sync/notifier/invalidation_util.h
index 8a7c931af48cc780cde48ad13d2ad4cead8eb20c..eaf1ff98228fd3877b17312b3b68f890c3243261 100644
--- a/sync/notifier/invalidation_util.h
+++ b/sync/notifier/invalidation_util.h
@@ -20,7 +20,7 @@ class ObjectId;
} // namespace invalidation
-namespace csync {
+namespace syncer {
struct ObjectIdLessThan {
bool operator()(const invalidation::ObjectId& lhs,
@@ -40,6 +40,6 @@ std::string ObjectIdToString(const invalidation::ObjectId& object_id);
std::string InvalidationToString(
const invalidation::Invalidation& invalidation);
-} // namespace csync
+} // namespace syncer
#endif // SYNC_NOTIFIER_INVALIDATION_UTIL_H_
« no previous file with comments | « sync/notifier/invalidation_state_tracker.h ('k') | sync/notifier/invalidation_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698