| Index: sync/internal_api/public/events/commit_response_event.h
|
| diff --git a/sync/internal_api/public/events/commit_response_event.h b/sync/internal_api/public/events/commit_response_event.h
|
| index e1f1797f1252aeb86345715fe5ce16ce7848f8c5..b2330fa9b77e51e9eb05c5425f5291f7704c8797 100644
|
| --- a/sync/internal_api/public/events/commit_response_event.h
|
| +++ b/sync/internal_api/public/events/commit_response_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/events/protocol_event.h"
|
| #include "sync/internal_api/public/util/syncer_error.h"
|
| #include "sync/protocol/sync.pb.h"
|
| @@ -17,7 +18,7 @@
|
| namespace syncer {
|
|
|
| // An event representing a commit response event from the server.
|
| -class CommitResponseEvent : public ProtocolEvent {
|
| +class SYNC_EXPORT_PRIVATE CommitResponseEvent : public ProtocolEvent {
|
| public:
|
| CommitResponseEvent(
|
| base::Time timestamp,
|
|
|