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

Unified Diff: sync/notifier/state_writer.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/registration_manager_unittest.cc ('k') | sync/notifier/sync_notifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/state_writer.h
diff --git a/sync/notifier/state_writer.h b/sync/notifier/state_writer.h
index f135f158050572af807769f97a20e33efb7e2fb1..4fe33cbce9ca093831bf964fa6f86aead2aecf5c 100644
--- a/sync/notifier/state_writer.h
+++ b/sync/notifier/state_writer.h
@@ -10,7 +10,7 @@
#include <string>
-namespace csync {
+namespace syncer {
class StateWriter {
public:
@@ -19,6 +19,6 @@ class StateWriter {
virtual void WriteState(const std::string& state) = 0;
};
-} // sync_notifier
+} // namespace syncer
#endif // SYNC_NOTIFIER_STATE_WRITER_H_
« no previous file with comments | « sync/notifier/registration_manager_unittest.cc ('k') | sync/notifier/sync_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698