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

Unified Diff: sync/notifier/chrome_system_resources.h

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: sync/notifier/chrome_system_resources.h
diff --git a/sync/notifier/chrome_system_resources.h b/sync/notifier/chrome_system_resources.h
index 765d8909b06049410b930988e492cdf212454c16..8b8b13f9ffcd29543d63065e395603b94868ccc2 100644
--- a/sync/notifier/chrome_system_resources.h
+++ b/sync/notifier/chrome_system_resources.h
@@ -27,7 +27,7 @@ namespace notifier {
class PushClient;
} // namespace notifier
-namespace csync {
+namespace syncer {
class ChromeLogger : public invalidation::Logger {
public:
@@ -146,6 +146,6 @@ class ChromeSystemResources : public invalidation::SystemResources {
PushClientChannel push_client_channel_;
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_NOTIFIER_CHROME_SYSTEM_RESOURCES_H_

Powered by Google App Engine
This is Rietveld 408576698