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

Unified Diff: sync/engine/throttled_data_type_tracker.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/engine/syncproto_unittest.cc ('k') | sync/engine/throttled_data_type_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/throttled_data_type_tracker.h
diff --git a/sync/engine/throttled_data_type_tracker.h b/sync/engine/throttled_data_type_tracker.h
index f24ab74b7993535aade2090d506e135d9a0cff20..a496bea608facf31cd58bcace65105b1e04c3b69 100644
--- a/sync/engine/throttled_data_type_tracker.h
+++ b/sync/engine/throttled_data_type_tracker.h
@@ -11,7 +11,7 @@
#include "base/gtest_prod_util.h"
#include "sync/internal_api/public/syncable/model_type.h"
-namespace csync {
+namespace syncer {
class AllStatus;
@@ -50,6 +50,6 @@ class ThrottledDataTypeTracker {
DISALLOW_COPY_AND_ASSIGN(ThrottledDataTypeTracker);
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_ENGINE_THROTTLED_DATA_TYPE_TRACKER_H_
« no previous file with comments | « sync/engine/syncproto_unittest.cc ('k') | sync/engine/throttled_data_type_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698