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

Unified Diff: sync/notifier/chrome_invalidation_client.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/js/sync_js_controller_unittest.cc ('k') | sync/notifier/chrome_invalidation_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/chrome_invalidation_client.h
diff --git a/sync/notifier/chrome_invalidation_client.h b/sync/notifier/chrome_invalidation_client.h
index 8d998c6af92a1e74bb954e8fcbfe5dcd14a80711..747ebae2a715bcd48c212ed45ec11057587ce207 100644
--- a/sync/notifier/chrome_invalidation_client.h
+++ b/sync/notifier/chrome_invalidation_client.h
@@ -35,7 +35,7 @@ namespace notifier {
class PushClient;
} // namespace notifier
-namespace csync {
+namespace syncer {
using invalidation::InvalidationListener;
@@ -74,7 +74,7 @@ class ChromeInvalidationClient
const std::string& client_id, const std::string& client_info,
const std::string& state,
const InvalidationVersionMap& initial_max_invalidation_versions,
- const csync::WeakHandle<InvalidationStateTracker>&
+ const syncer::WeakHandle<InvalidationStateTracker>&
invalidation_state_tracker,
Listener* listener);
@@ -141,7 +141,7 @@ class ChromeInvalidationClient
notifier::PushClient* const push_client_;
ChromeSystemResources chrome_system_resources_;
InvalidationVersionMap max_invalidation_versions_;
- csync::WeakHandle<InvalidationStateTracker>
+ syncer::WeakHandle<InvalidationStateTracker>
invalidation_state_tracker_;
Listener* listener_;
scoped_ptr<invalidation::InvalidationClient> invalidation_client_;
@@ -160,6 +160,6 @@ class ChromeInvalidationClient
DISALLOW_COPY_AND_ASSIGN(ChromeInvalidationClient);
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_NOTIFIER_CHROME_INVALIDATION_CLIENT_H_
« no previous file with comments | « sync/js/sync_js_controller_unittest.cc ('k') | sync/notifier/chrome_invalidation_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698