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

Unified Diff: sync/notifier/sync_notifier.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/state_writer.h ('k') | sync/notifier/sync_notifier_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/sync_notifier.h
diff --git a/sync/notifier/sync_notifier.h b/sync/notifier/sync_notifier.h
index 4f3a4304a0e21dc6c7ba80ab84c7f4ab35bb8a09..a92a8a4bd1c5e69269949cdd35d6b7b6724b56da 100644
--- a/sync/notifier/sync_notifier.h
+++ b/sync/notifier/sync_notifier.h
@@ -13,7 +13,7 @@
#include "sync/internal_api/public/syncable/model_type.h"
-namespace csync {
+namespace syncer {
class SyncNotifierObserver;
class SyncNotifier {
@@ -50,6 +50,6 @@ class SyncNotifier {
virtual void SendNotification(
syncable::ModelTypeSet changed_types) = 0;
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_NOTIFIER_SYNC_NOTIFIER_H_
« no previous file with comments | « sync/notifier/state_writer.h ('k') | sync/notifier/sync_notifier_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698