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

Unified Diff: sync/engine/process_commit_response_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/net/server_connection_manager.h ('k') | sync/engine/process_commit_response_command.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/process_commit_response_command.h
diff --git a/sync/engine/process_commit_response_command.h b/sync/engine/process_commit_response_command.h
index 80c5753c0f176501754b322c5e93ec7eb799ff52..ef5ab08222eec6865a6a872278d6c279bb570273 100644
--- a/sync/engine/process_commit_response_command.h
+++ b/sync/engine/process_commit_response_command.h
@@ -14,6 +14,12 @@
#include "sync/engine/model_changing_syncer_command.h"
#include "sync/engine/syncproto.h"
+namespace syncer {
+
+namespace sessions {
+class OrderedCommitSet;
+}
+
namespace syncable {
class Id;
class WriteTransaction;
@@ -21,12 +27,6 @@ class MutableEntry;
class Directory;
}
-namespace syncer {
-
-namespace sessions {
-class OrderedCommitSet;
-}
-
// A class that processes the server's response to our commmit attempt. Note
// that some of the preliminary processing is performed in
// PostClientToServerMessage command.
« no previous file with comments | « sync/engine/net/server_connection_manager.h ('k') | sync/engine/process_commit_response_command.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698