| Index: content/browser/debugger/devtools_client_host.h
|
| diff --git a/content/browser/debugger/devtools_client_host.h b/content/browser/debugger/devtools_client_host.h
|
| index 796d7fe7b55f133ea314486b2af38caf20246008..f629818e1c447bdc5292f949963c4120479ce086 100644
|
| --- a/content/browser/debugger/devtools_client_host.h
|
| +++ b/content/browser/debugger/devtools_client_host.h
|
| @@ -10,6 +10,7 @@
|
| #include <vector>
|
|
|
| #include "base/basictypes.h"
|
| +#include "content/common/content_export.h"
|
|
|
| namespace IPC {
|
| class Message;
|
| @@ -21,9 +22,9 @@ class TabContents;
|
| // Describes interface for managing devtools clients from browser process. There
|
| // are currently two types of clients: devtools windows and TCP socket
|
| // debuggers.
|
| -class DevToolsClientHost {
|
| +class CONTENT_EXPORT DevToolsClientHost {
|
| public:
|
| - class CloseListener {
|
| + class CONTENT_EXPORT CloseListener {
|
| public:
|
| CloseListener() {}
|
| virtual ~CloseListener() {}
|
|
|