| Index: sync/internal_api/public/activation_context.h
|
| diff --git a/sync/internal_api/public/activation_context.h b/sync/internal_api/public/activation_context.h
|
| index 798d851432af9cc9ef20733731b171177086ba48..48d9476beea45d49165f18f3536583af1f741f42 100644
|
| --- a/sync/internal_api/public/activation_context.h
|
| +++ b/sync/internal_api/public/activation_context.h
|
| @@ -11,6 +11,7 @@
|
| #include "sync/base/sync_export.h"
|
| #include "sync/internal_api/public/model_type_processor.h"
|
| #include "sync/internal_api/public/non_blocking_sync_common.h"
|
| +#include "sync/protocol/data_type_state.pb.h"
|
|
|
| namespace syncer_v2 {
|
|
|
| @@ -21,7 +22,7 @@ struct SYNC_EXPORT ActivationContext {
|
| ~ActivationContext();
|
|
|
| // Initial DataTypeState at the moment of activation.
|
| - DataTypeState data_type_state;
|
| + sync_pb::DataTypeState data_type_state;
|
|
|
| // Pending updates from the previous session.
|
| // TODO(stanisc): crbug.com/529498: should remove pending updates.
|
|
|