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

Unified Diff: sync/notifier/sync_notifier_factory.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.h ('k') | sync/notifier/sync_notifier_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/sync_notifier_factory.h
diff --git a/sync/notifier/sync_notifier_factory.h b/sync/notifier/sync_notifier_factory.h
index 851db09f7b79f2ce3b975ff35b3552e777d3a251..1d8dcd15a14d572f8c58c1f88b06c053e9e7d2d9 100644
--- a/sync/notifier/sync_notifier_factory.h
+++ b/sync/notifier/sync_notifier_factory.h
@@ -12,7 +12,7 @@
#include "sync/internal_api/public/util/weak_handle.h"
#include "sync/notifier/invalidation_state_tracker.h"
-namespace csync {
+namespace syncer {
class SyncNotifier;
@@ -40,10 +40,10 @@ class SyncNotifierFactory {
const std::string client_info_;
const InvalidationVersionMap initial_max_invalidation_versions_;
const std::string initial_invalidation_state_;
- const csync::WeakHandle<InvalidationStateTracker>
+ const syncer::WeakHandle<InvalidationStateTracker>
invalidation_state_tracker_;
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_NOTIFIER_SYNC_NOTIFIER_FACTORY_H_
« no previous file with comments | « sync/notifier/sync_notifier.h ('k') | sync/notifier/sync_notifier_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698