| Index: sync/internal_api/public/events/commit_request_event.h
|
| diff --git a/sync/internal_api/public/events/commit_request_event.h b/sync/internal_api/public/events/commit_request_event.h
|
| index cf379a9835bd12c43d76fe44fcbcce5c02ee9253..d79b69c50e3a6e574a696574112ac79ea3766607 100644
|
| --- a/sync/internal_api/public/events/commit_request_event.h
|
| +++ b/sync/internal_api/public/events/commit_request_event.h
|
| @@ -10,6 +10,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/time/time.h"
|
| #include "base/values.h"
|
| +#include "sync/base/sync_export.h"
|
| #include "sync/internal_api/public/base/model_type.h"
|
| #include "sync/internal_api/public/events/protocol_event.h"
|
| #include "sync/protocol/sync.pb.h"
|
| @@ -17,7 +18,7 @@
|
| namespace syncer {
|
|
|
| // An event representing a commit request message sent to the server.
|
| -class CommitRequestEvent : public ProtocolEvent {
|
| +class SYNC_EXPORT_PRIVATE CommitRequestEvent : public ProtocolEvent {
|
| public:
|
| CommitRequestEvent(
|
| base::Time timestamp,
|
|
|