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

Unified Diff: sync/test/fake_extensions_activity_monitor.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/test/fake_encryptor.cc ('k') | sync/test/fake_extensions_activity_monitor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/fake_extensions_activity_monitor.h
diff --git a/sync/test/fake_extensions_activity_monitor.h b/sync/test/fake_extensions_activity_monitor.h
index 3ff0ce7483d37d7d9a65db51e3b0ad6d8f82ee60..84c38eaa0692384479bd6bf1c79914c19b0c475f 100644
--- a/sync/test/fake_extensions_activity_monitor.h
+++ b/sync/test/fake_extensions_activity_monitor.h
@@ -10,7 +10,7 @@
#include "base/threading/non_thread_safe.h"
#include "sync/util/extensions_activity_monitor.h"
-namespace csync {
+namespace syncer {
// Fake non-thread-safe implementation of ExtensionsActivityMonitor
// suitable to be used in single-threaded sync tests.
@@ -29,6 +29,6 @@ class FakeExtensionsActivityMonitor
Records records_;
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_TEST_FAKE_EXTENSIONS_ACTIVITY_MONITOR_H_
« no previous file with comments | « sync/test/fake_encryptor.cc ('k') | sync/test/fake_extensions_activity_monitor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698