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

Unified Diff: sync/notifier/mock_sync_notifier_observer.cc

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/mock_sync_notifier_observer.cc
diff --git a/sync/notifier/mock_sync_notifier_observer.cc b/sync/notifier/mock_sync_notifier_observer.cc
index 1287a23c90ff91f6c7f155f6615021f5c0075683..d8db8f206907f9368867c704869b56300236e1bc 100644
--- a/sync/notifier/mock_sync_notifier_observer.cc
+++ b/sync/notifier/mock_sync_notifier_observer.cc
@@ -4,9 +4,9 @@
#include "sync/notifier/mock_sync_notifier_observer.h"
-namespace csync {
+namespace syncer {
MockSyncNotifierObserver::MockSyncNotifierObserver() {}
MockSyncNotifierObserver::~MockSyncNotifierObserver() {}
-} // namespace csync
+} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698