| Index: components/sync/engine/events/protocol_event.h
|
| diff --git a/components/sync/engine/events/protocol_event.h b/components/sync/engine/events/protocol_event.h
|
| index 41a06acdf153ec99c51bd80a78d424b0c37baac9..ba767e1f69f494cafed32427ae058220c70eeee7 100644
|
| --- a/components/sync/engine/events/protocol_event.h
|
| +++ b/components/sync/engine/events/protocol_event.h
|
| @@ -10,7 +10,6 @@
|
|
|
| #include "base/time/time.h"
|
| #include "base/values.h"
|
| -#include "components/sync/base/sync_export.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -28,7 +27,7 @@ namespace syncer {
|
| // its own custom serialization routines. For example, the "configure"
|
| // GetUpdates request will include information about its "origin" in its debug
|
| // info.
|
| -class SYNC_EXPORT ProtocolEvent {
|
| +class ProtocolEvent {
|
| public:
|
| ProtocolEvent();
|
| virtual ~ProtocolEvent();
|
|
|