| Index: base/message_pump_libevent.h
|
| ===================================================================
|
| --- base/message_pump_libevent.h (revision 95578)
|
| +++ base/message_pump_libevent.h (working copy)
|
| @@ -21,7 +21,7 @@
|
|
|
| // Class to monitor sockets and issue callbacks when sockets are ready for I/O
|
| // TODO(dkegel): add support for background file IO somehow
|
| -class BASE_API MessagePumpLibevent : public MessagePump {
|
| +class BASE_EXPORT MessagePumpLibevent : public MessagePump {
|
| public:
|
| class IOObserver {
|
| public:
|
|
|