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

Unified Diff: sync/internal_api/public/test/test_entry_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
Index: sync/internal_api/public/test/test_entry_factory.h
diff --git a/sync/internal_api/public/test/test_entry_factory.h b/sync/internal_api/public/test/test_entry_factory.h
index 9eed71d38ee6997922840319872e74702b68f5df..bb96f2f7be36fa7022c50edd87beea19e823595e 100644
--- a/sync/internal_api/public/test/test_entry_factory.h
+++ b/sync/internal_api/public/test/test_entry_factory.h
@@ -16,7 +16,7 @@ class Directory;
class Id;
}
-namespace csync {
+namespace syncer {
class TestEntryFactory {
public:
@@ -65,6 +65,6 @@ class TestEntryFactory {
DISALLOW_COPY_AND_ASSIGN(TestEntryFactory);
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_TEST_TEST_ENTRY_FACTORY_H_
« no previous file with comments | « sync/internal_api/public/syncable/model_type_payload_map.cc ('k') | sync/internal_api/public/test/test_user_share.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698