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

Unified Diff: sync/engine/syncer_proto_util.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/syncer.cc ('k') | sync/engine/syncer_proto_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/syncer_proto_util.h
diff --git a/sync/engine/syncer_proto_util.h b/sync/engine/syncer_proto_util.h
index 4e9614c1934348e4773beba7e6eb7ae7f93ab30a..de46091eb30e33a18019b4e0809bd0b3e3a28e3c 100644
--- a/sync/engine/syncer_proto_util.h
+++ b/sync/engine/syncer_proto_util.h
@@ -15,29 +15,29 @@
#include "sync/sessions/sync_session.h"
#include "sync/syncable/blob.h"
-namespace syncable {
-class Directory;
-class Entry;
-} // namespace syncable
-
namespace sync_pb {
class ClientToServerResponse;
class EntitySpecifics;
-} // namespace sync_pb
+}
namespace syncer {
-namespace sessions {
-class SyncProtocolError;
-class SyncSessionContext;
-}
-
class ClientToServerMessage;
class ThrottledDataTypeTracker;
class ServerConnectionManager;
class SyncEntity;
class CommitResponse_EntryResponse;
+namespace sessions {
+class SyncProtocolError;
+class SyncSessionContext;
+}
+
+namespace syncable {
+class Directory;
+class Entry;
+}
+
class SyncerProtoUtil {
public:
// Posts the given message and fills the buffer with the returned value.
« no previous file with comments | « sync/engine/syncer.cc ('k') | sync/engine/syncer_proto_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698