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

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: 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/notifier/invalidation_util.h
diff --git a/sync/notifier/invalidation_util.h b/sync/notifier/invalidation_util.h
index 628ffed1452a7f3bc7e02f99a274dd9697637d70..ed2c983673260f7119e703b450d6fd426af12065 100644
--- a/sync/notifier/invalidation_util.h
+++ b/sync/notifier/invalidation_util.h
@@ -19,7 +19,7 @@ class ObjectId;
} // namespace invalidation
-namespace csync {
+namespace syncer {
struct ObjectIdLessThan {
bool operator()(const invalidation::ObjectId& lhs,
@@ -37,6 +37,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_

Powered by Google App Engine
This is Rietveld 408576698