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

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: 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/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,

Powered by Google App Engine
This is Rietveld 408576698