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

Unified Diff: sync/engine/nudge_source.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/engine/nigori_util.cc ('k') | sync/engine/nudge_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/nudge_source.h
diff --git a/sync/engine/nudge_source.h b/sync/engine/nudge_source.h
index a84291502554c5cbb12fe951eb510b95c7d7211d..b665203dd782ec5b0f4a29dae420f1159001969e 100644
--- a/sync/engine/nudge_source.h
+++ b/sync/engine/nudge_source.h
@@ -6,7 +6,7 @@
#define SYNC_ENGINE_NUDGE_SOURCE_H_
#pragma once
-namespace csync {
+namespace syncer {
enum NudgeSource {
NUDGE_SOURCE_UNKNOWN = 0,
@@ -22,6 +22,6 @@ enum NudgeSource {
const char* GetNudgeSourceString(NudgeSource nudge_source);
-} // namespace csync
+} // namespace syncer
#endif // SYNC_ENGINE_NUDGE_SOURCE_H_
« no previous file with comments | « sync/engine/nigori_util.cc ('k') | sync/engine/nudge_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698