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

Unified Diff: sync/engine/all_status.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/api/syncable_service.cc ('k') | sync/engine/all_status.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/all_status.h
diff --git a/sync/engine/all_status.h b/sync/engine/all_status.h
index 4e19ef60931441fd23e88cd957d50ca7e90a14eb..bb4a94346a9fc13c91dd7a0c702b65c9d5b76fba 100644
--- a/sync/engine/all_status.h
+++ b/sync/engine/all_status.h
@@ -19,7 +19,7 @@
#include "sync/internal_api/public/engine/sync_status.h"
#include "sync/internal_api/public/syncable/model_type.h"
-namespace csync {
+namespace syncer {
class ScopedStatusLock;
struct ServerConnectionEvent;
@@ -41,7 +41,7 @@ class AllStatus : public SyncEngineEventListener {
virtual void OnSyncEngineEvent(const SyncEngineEvent& event) OVERRIDE;
- csync::SyncStatus status() const;
+ syncer::SyncStatus status() const;
void SetNotificationsEnabled(bool notifications_enabled);
@@ -60,10 +60,10 @@ class AllStatus : public SyncEngineEventListener {
protected:
// Examines syncer to calculate syncing and the unsynced count,
// and returns a Status with new values.
- csync::SyncStatus CalcSyncing(const SyncEngineEvent& event) const;
- csync::SyncStatus CreateBlankStatus() const;
+ syncer::SyncStatus CalcSyncing(const SyncEngineEvent& event) const;
+ syncer::SyncStatus CreateBlankStatus() const;
- csync::SyncStatus status_;
+ syncer::SyncStatus status_;
mutable base::Lock mutex_; // Protects all data members.
DISALLOW_COPY_AND_ASSIGN(AllStatus);
@@ -77,6 +77,6 @@ class ScopedStatusLock {
AllStatus* allstatus_;
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_INTERNAL_API_ALL_STATUS_H_
« no previous file with comments | « sync/api/syncable_service.cc ('k') | sync/engine/all_status.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698