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

Unified Diff: sync/engine/conflict_resolver.cc

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/conflict_resolver.h ('k') | sync/engine/net/server_connection_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/conflict_resolver.cc
diff --git a/sync/engine/conflict_resolver.cc b/sync/engine/conflict_resolver.cc
index 54bcb60dc85de2fba9baf63a84705ce3e7756f39..c10b21c9286006010ace05c9377b75622b3a9fdd 100644
--- a/sync/engine/conflict_resolver.cc
+++ b/sync/engine/conflict_resolver.cc
@@ -23,6 +23,11 @@
using std::list;
using std::map;
using std::set;
+
+namespace syncer {
+
+using sessions::ConflictProgress;
+using sessions::StatusController;
using syncable::BaseTransaction;
using syncable::Directory;
using syncable::Entry;
@@ -32,11 +37,6 @@ using syncable::IsRealDataType;
using syncable::MutableEntry;
using syncable::WriteTransaction;
-namespace syncer {
-
-using sessions::ConflictProgress;
-using sessions::StatusController;
-
namespace {
const int SYNC_CYCLES_BEFORE_ADMITTING_DEFEAT = 8;
« no previous file with comments | « sync/engine/conflict_resolver.h ('k') | sync/engine/net/server_connection_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698