diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-03 01:30:56 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-03 01:30:56 +0000 |
commit | 002d391999fbbd290c9189056cd6262f827b825a (patch) | |
tree | bc400541b7c8e1b5833748f454b35f78e0f7ce9d /sync/engine/syncer_proto_util.h | |
parent | 2f30fff337549f07694b3ed02267f5f747a587aa (diff) | |
download | chromium_src-002d391999fbbd290c9189056cd6262f827b825a.zip chromium_src-002d391999fbbd290c9189056cd6262f827b825a.tar.gz chromium_src-002d391999fbbd290c9189056cd6262f827b825a.tar.bz2 |
[Sync] Move model_type* from syncable/ to base/
Also move enum_set* to base/.
This is the first step in moving ModelType et al. to the syncer
namespace (from syncer::syncable).
Move PurgeStalePayload() back to sync_session.cc.
Move ModelTypePayloadMapFromRoutingInfo() to model_safe_worker.* and rename it to ModelSafeRoutingInfoToPayloadMap().
BUG=128060
TEST=
Review URL: https://chromiumcodereview.appspot.com/10690071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145236 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/engine/syncer_proto_util.h')
-rw-r--r-- | sync/engine/syncer_proto_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/engine/syncer_proto_util.h b/sync/engine/syncer_proto_util.h index de46091..33fb322 100644 --- a/sync/engine/syncer_proto_util.h +++ b/sync/engine/syncer_proto_util.h @@ -10,7 +10,7 @@ #include "base/gtest_prod_util.h" #include "base/time.h" -#include "sync/internal_api/public/syncable/model_type.h" +#include "sync/internal_api/public/base/model_type.h" #include "sync/internal_api/public/util/syncer_error.h" #include "sync/sessions/sync_session.h" #include "sync/syncable/blob.h" |