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

Unified Diff: sync/notifier/sync_notifier_observer.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/sync_notifier_factory_unittest.cc ('k') | sync/protocol/proto_enum_conversions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/sync_notifier_observer.h
diff --git a/sync/notifier/sync_notifier_observer.h b/sync/notifier/sync_notifier_observer.h
index 1c2f1e8af5c1addfe247194b5d82b9d4265cbc98..b09770d4fabd4651c03319ce3c8b19970a3b022d 100644
--- a/sync/notifier/sync_notifier_observer.h
+++ b/sync/notifier/sync_notifier_observer.h
@@ -9,7 +9,7 @@
#include "sync/internal_api/public/syncable/model_type_payload_map.h"
#include "sync/notifier/notifications_disabled_reason.h"
-namespace csync {
+namespace syncer {
enum IncomingNotificationSource {
// The server is notifying us that one or more datatypes have stale data.
@@ -38,6 +38,6 @@ class SyncNotifierObserver {
virtual ~SyncNotifierObserver() {}
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_NOTIFIER_SYNC_NOTIFIER_OBSERVER_H_
« no previous file with comments | « sync/notifier/sync_notifier_factory_unittest.cc ('k') | sync/protocol/proto_enum_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698