| Index: content/browser/message_port_service.h
|
| diff --git a/content/browser/message_port_service.h b/content/browser/message_port_service.h
|
| index 623b26b0faa524ed56ae72b9b5691dc49c63618c..5623e94cf07138084b286658c4ef8e0f2e4a5230 100644
|
| --- a/content/browser/message_port_service.h
|
| +++ b/content/browser/message_port_service.h
|
| @@ -12,12 +12,13 @@
|
| #include "base/basictypes.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/strings/string16.h"
|
| +#include "content/common/content_export.h"
|
| #include "ipc/ipc_message.h"
|
|
|
| namespace content {
|
| class MessagePortDelegate;
|
|
|
| -class MessagePortService {
|
| +class CONTENT_EXPORT MessagePortService {
|
| public:
|
| typedef std::vector<std::pair<base::string16, std::vector<int> > >
|
| QueuedMessages;
|
|
|