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

Unified Diff: sync/engine/sync_scheduler.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/sync_engine_event.cc ('k') | sync/engine/sync_scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/sync_scheduler.h
diff --git a/sync/engine/sync_scheduler.h b/sync/engine/sync_scheduler.h
index 51f579231587cc3df258b2529c307cea8aeb52de..d8ea73280df2c1c4be6d02dc533b5624d0728900 100644
--- a/sync/engine/sync_scheduler.h
+++ b/sync/engine/sync_scheduler.h
@@ -33,7 +33,7 @@ namespace tracked_objects {
class Location;
} // namespace tracked_objects
-namespace csync {
+namespace syncer {
struct ServerConnectionEvent;
@@ -329,8 +329,8 @@ class SyncScheduler : public sessions::SyncSession::Delegate {
void OnServerConnectionErrorFixed();
// The pointer is owned by the caller.
- csync::sessions::SyncSession* CreateSyncSession(
- const csync::sessions::SyncSourceInfo& info);
+ syncer::sessions::SyncSession* CreateSyncSession(
+ const syncer::sessions::SyncSourceInfo& info);
// Creates a session for a poll and performs the sync.
void PollTimerCallback();
@@ -402,6 +402,6 @@ class SyncScheduler : public sessions::SyncSession::Delegate {
DISALLOW_COPY_AND_ASSIGN(SyncScheduler);
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_ENGINE_SYNC_SCHEDULER_H_
« no previous file with comments | « sync/engine/sync_engine_event.cc ('k') | sync/engine/sync_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698