| Index: components/sync/engine/events/commit_response_event.h
|
| diff --git a/components/sync/engine/events/commit_response_event.h b/components/sync/engine/events/commit_response_event.h
|
| index b31cd191a274e308ea9bf2627b1883a851132241..fa1668042e6f0dc87a2a77ae62109f5900645204 100644
|
| --- a/components/sync/engine/events/commit_response_event.h
|
| +++ b/components/sync/engine/events/commit_response_event.h
|
| @@ -12,7 +12,6 @@
|
| #include "base/macros.h"
|
| #include "base/time/time.h"
|
| #include "base/values.h"
|
| -#include "components/sync/base/sync_export.h"
|
| #include "components/sync/base/syncer_error.h"
|
| #include "components/sync/engine/events/protocol_event.h"
|
| #include "components/sync/protocol/sync.pb.h"
|
| @@ -20,7 +19,7 @@
|
| namespace syncer {
|
|
|
| // An event representing a commit response event from the server.
|
| -class SYNC_EXPORT CommitResponseEvent : public ProtocolEvent {
|
| +class CommitResponseEvent : public ProtocolEvent {
|
| public:
|
| CommitResponseEvent(base::Time timestamp,
|
| SyncerError result,
|
|
|