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

Unified Diff: sync/engine/commit.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/build_commit_command.cc ('k') | sync/engine/conflict_resolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/commit.cc
diff --git a/sync/engine/commit.cc b/sync/engine/commit.cc
index 734cd6ce3c499ed0f2594bf73b4866da5db14ca0..02bee1eed2b48e76c7e2b3fccbe1d6d8c79ba882 100644
--- a/sync/engine/commit.cc
+++ b/sync/engine/commit.cc
@@ -13,13 +13,12 @@
#include "sync/syncable/mutable_entry.h"
#include "sync/syncable/write_transaction.h"
-using syncable::SYNCER;
-using syncable::WriteTransaction;
-
namespace syncer {
using sessions::SyncSession;
using sessions::StatusController;
+using syncable::SYNCER;
+using syncable::WriteTransaction;
namespace {
« no previous file with comments | « sync/engine/build_commit_command.cc ('k') | sync/engine/conflict_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698