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

Unified Diff: sync/notifier/mock_sync_notifier_observer.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/mock_invalidation_state_tracker.cc ('k') | sync/notifier/mock_sync_notifier_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/mock_sync_notifier_observer.h
diff --git a/sync/notifier/mock_sync_notifier_observer.h b/sync/notifier/mock_sync_notifier_observer.h
index d25c18465dd14c3e59cf7ec6c6765d2fc0c95fd8..315d10447437bd8e9dd2db1d109dc47f942eecf2 100644
--- a/sync/notifier/mock_sync_notifier_observer.h
+++ b/sync/notifier/mock_sync_notifier_observer.h
@@ -11,7 +11,7 @@
#include "sync/notifier/sync_notifier_observer.h"
#include "testing/gmock/include/gmock/gmock.h"
-namespace csync {
+namespace syncer {
class MockSyncNotifierObserver : public SyncNotifierObserver {
public:
@@ -25,6 +25,6 @@ class MockSyncNotifierObserver : public SyncNotifierObserver {
IncomingNotificationSource));
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_NOTIFIER_MOCK_SYNC_NOTIFIER_OBSERVER_H_
« no previous file with comments | « sync/notifier/mock_invalidation_state_tracker.cc ('k') | sync/notifier/mock_sync_notifier_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698