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

Unified Diff: sync/notifier/invalidation_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/chrome_system_resources_unittest.cc ('k') | sync/notifier/invalidation_notifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/invalidation_notifier.h
diff --git a/sync/notifier/invalidation_notifier.h b/sync/notifier/invalidation_notifier.h
index b47f76f5676684172e547643c1169629910ce242..fa576513f1eb336a054b06b43f2cb3ccc397f71b 100644
--- a/sync/notifier/invalidation_notifier.h
+++ b/sync/notifier/invalidation_notifier.h
@@ -30,7 +30,7 @@ namespace notifier {
class PushClient;
} // namespace notifier
-namespace csync {
+namespace syncer {
// This class must live on the IO thread.
class InvalidationNotifier
@@ -43,7 +43,7 @@ class InvalidationNotifier
scoped_ptr<notifier::PushClient> push_client,
const InvalidationVersionMap& initial_max_invalidation_versions,
const std::string& initial_invalidation_state,
- const csync::WeakHandle<InvalidationStateTracker>&
+ const syncer::WeakHandle<InvalidationStateTracker>&
invalidation_state_tracker,
const std::string& client_info);
@@ -84,7 +84,7 @@ class InvalidationNotifier
const InvalidationVersionMap initial_max_invalidation_versions_;
// Passed to |invalidation_client_|.
- const csync::WeakHandle<InvalidationStateTracker>
+ const syncer::WeakHandle<InvalidationStateTracker>
invalidation_state_tracker_;
// Passed to |invalidation_client_|.
@@ -107,6 +107,6 @@ class InvalidationNotifier
DISALLOW_COPY_AND_ASSIGN(InvalidationNotifier);
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_NOTIFIER_INVALIDATION_NOTIFIER_H_
« no previous file with comments | « sync/notifier/chrome_system_resources_unittest.cc ('k') | sync/notifier/invalidation_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698