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

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: Address most comments 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
« no previous file with comments | « sync/engine/syncproto_unittest.cc ('k') | sync/engine/verify_updates_command.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/verify_updates_command.h
diff --git a/sync/engine/verify_updates_command.h b/sync/engine/verify_updates_command.h
index 4fe74a57e6135675b052be551e09767d208c27fd..2e7adf8d8ef9b0184a87ec7c017fb78edff2a1bf 100644
--- a/sync/engine/verify_updates_command.h
+++ b/sync/engine/verify_updates_command.h
@@ -9,7 +9,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 {
@@ -38,7 +37,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);
« no previous file with comments | « sync/engine/syncproto_unittest.cc ('k') | sync/engine/verify_updates_command.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698