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

Unified Diff: sync/test/engine/test_id_factory.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/engine/test_directory_setter_upper.cc ('k') | sync/test/fake_encryptor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/engine/test_id_factory.h
diff --git a/sync/test/engine/test_id_factory.h b/sync/test/engine/test_id_factory.h
index a0163c8225a4c2ee48d89c5173c5bac8588a6dff..51ffd14cf31608f260dd9e41472efa27386bf808 100644
--- a/sync/test/engine/test_id_factory.h
+++ b/sync/test/engine/test_id_factory.h
@@ -13,7 +13,7 @@
#include "base/string_number_conversions.h"
#include "sync/syncable/syncable_id.h"
-namespace csync {
+namespace syncer {
class TestIdFactory {
public:
@@ -67,7 +67,7 @@ class TestIdFactory {
int next_value_;
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_TEST_ENGINE_TEST_ID_FACTORY_H_
« no previous file with comments | « sync/test/engine/test_directory_setter_upper.cc ('k') | sync/test/fake_encryptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698