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

Unified Diff: sync/engine/verify_updates_command.h

Issue 10735041: Remove syncproto.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improve DCHECKing, fix tests Created 8 years, 5 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
Index: sync/engine/verify_updates_command.h
diff --git a/sync/engine/verify_updates_command.h b/sync/engine/verify_updates_command.h
index 07cf48c8488298bef39792e0067da97b143e0450..3636747c9587ea32a73add60972d864365cfd467 100644
--- a/sync/engine/verify_updates_command.h
+++ b/sync/engine/verify_updates_command.h
@@ -10,7 +10,6 @@
#include "base/compiler_specific.h"
#include "sync/engine/model_changing_syncer_command.h"
#include "sync/engine/syncer_types.h"
-#include "sync/engine/syncproto.h"
#include "sync/internal_api/public/engine/model_safe_worker.h"
namespace syncer {
@@ -39,7 +38,7 @@ class VerifyUpdatesCommand : public ModelChangingSyncerCommand {
ModelSafeGroup placement;
};
VerifyUpdateResult VerifyUpdate(syncable::WriteTransaction* trans,
- const SyncEntity& entry,
+ const sync_pb::SyncEntity& entry,
const syncer::ModelTypeSet& requested_types,
const ModelSafeRoutingInfo& routes);
DISALLOW_COPY_AND_ASSIGN(VerifyUpdatesCommand);

Powered by Google App Engine
This is Rietveld 408576698