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

Unified Diff: sync/sessions/status_controller.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/sessions/session_state_unittest.cc ('k') | sync/sessions/status_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sessions/status_controller.h
diff --git a/sync/sessions/status_controller.h b/sync/sessions/status_controller.h
index 7837e90725f554e7ed93ba24eef12a5afa57e1bc..0780a939f7cac6dfdef08df6a4c769d08d8fc518 100644
--- a/sync/sessions/status_controller.h
+++ b/sync/sessions/status_controller.h
@@ -43,7 +43,7 @@
#include "sync/sessions/ordered_commit_set.h"
#include "sync/sessions/session_state.h"
-namespace csync {
+namespace syncer {
namespace sessions {
class StatusController {
@@ -234,7 +234,7 @@ class ScopedModelSafeGroupRestriction {
DISALLOW_COPY_AND_ASSIGN(ScopedModelSafeGroupRestriction);
};
-}
-}
+} // namespace sessions
+} // namespace syncer
#endif // SYNC_SESSIONS_STATUS_CONTROLLER_H_
« no previous file with comments | « sync/sessions/session_state_unittest.cc ('k') | sync/sessions/status_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698