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

Unified Diff: sync/engine/syncer.h

Issue 10699044: [Sync] Move sync/{internal_api,syncable} into syncer namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head 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/process_updates_command.h ('k') | sync/engine/syncer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/syncer.h
diff --git a/sync/engine/syncer.h b/sync/engine/syncer.h
index 8369d80ca03121d88980c453f0448ec60a51b9ff..18f9fd239f3991ab6977a0ca41ff941cff75cabe 100644
--- a/sync/engine/syncer.h
+++ b/sync/engine/syncer.h
@@ -19,13 +19,13 @@
#include "sync/sessions/sync_session.h"
#include "sync/util/extensions_activity_monitor.h"
+namespace syncer {
+
namespace syncable {
class Entry;
class MutableEntry;
} // namespace syncable
-namespace syncer {
-
enum SyncerStep {
SYNCER_BEGIN,
CLEANUP_DISABLED_TYPES,
« no previous file with comments | « sync/engine/process_updates_command.h ('k') | sync/engine/syncer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698