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

Unified Diff: sync/engine/process_updates_command.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_commit_response_command.cc ('k') | sync/engine/syncer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/process_updates_command.h
diff --git a/sync/engine/process_updates_command.h b/sync/engine/process_updates_command.h
index 6aeb1819b37f0aa997c0c9d882b1890201276dd3..9ec9b31abebf65a170d4266ab72f2e1962e20115 100644
--- a/sync/engine/process_updates_command.h
+++ b/sync/engine/process_updates_command.h
@@ -10,16 +10,16 @@
#include "sync/engine/model_changing_syncer_command.h"
#include "sync/engine/syncer_types.h"
-namespace syncable {
-class WriteTransaction;
-}
-
namespace sync_pb {
class SyncEntity;
}
namespace syncer {
+namespace syncable {
+class WriteTransaction;
+}
+
class Cryptographer;
// A syncer command for processing updates.
« no previous file with comments | « sync/engine/process_commit_response_command.cc ('k') | sync/engine/syncer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698