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

Unified Diff: chrome/browser/sync/engine/syncer_proto_util.h

Issue 386030: Relieve SyncerSession,SyncCycleState, SyncProcessState, SyncerSession, Syncer... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « chrome/browser/sync/engine/syncer_end_command.cc ('k') | chrome/browser/sync/engine/syncer_proto_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/engine/syncer_proto_util.h
===================================================================
--- chrome/browser/sync/engine/syncer_proto_util.h (revision 32731)
+++ chrome/browser/sync/engine/syncer_proto_util.h (working copy)
@@ -7,7 +7,6 @@
#include <string>
-#include "chrome/browser/sync/engine/syncer_session.h"
#include "chrome/browser/sync/syncable/blob.h"
#include "chrome/browser/sync/util/sync_types.h"
@@ -23,8 +22,11 @@
namespace browser_sync {
+namespace sessions {
+class SyncSession;
+}
+
class ClientToServerMessage;
-class SyncerSession;
class SyncEntity;
class CommitResponse_EntryResponse;
@@ -35,7 +37,8 @@
// session->status()->syncer_stuck_ is set true if the birthday is
// incorrect. A false value will always be returned if birthday is bad.
static bool PostClientToServerMessage(ClientToServerMessage* msg,
- sync_pb::ClientToServerResponse* response, SyncerSession* session);
+ sync_pb::ClientToServerResponse* response,
+ sessions::SyncSession* session);
// Compares a syncable Entry to SyncEntity, returns true iff the data is
// identical.
« no previous file with comments | « chrome/browser/sync/engine/syncer_end_command.cc ('k') | chrome/browser/sync/engine/syncer_proto_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698