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

Unified Diff: sync/protocol/proto_enum_conversions.cc

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/protocol/proto_enum_conversions.cc
diff --git a/sync/protocol/proto_enum_conversions.cc b/sync/protocol/proto_enum_conversions.cc
index f8fc1484d6589543ca79a06a6792d653b61336d9..cfbe682025bafe1541213d4c9b52ffa591222164 100644
--- a/sync/protocol/proto_enum_conversions.cc
+++ b/sync/protocol/proto_enum_conversions.cc
@@ -9,7 +9,7 @@
#include "base/basictypes.h"
#include "base/logging.h"
-namespace csync {
+namespace syncer {
rlarocque 2012/06/28 00:27:56 See matching brace's comment.
#define ASSERT_ENUM_BOUNDS(enum_parent, enum_type, enum_min, enum_max) \
COMPILE_ASSERT(enum_parent::enum_type##_MIN == enum_parent::enum_min, \

Powered by Google App Engine
This is Rietveld 408576698