diff options
Diffstat (limited to 'content/browser/debugger/devtools_client_host.h')
-rw-r--r-- | content/browser/debugger/devtools_client_host.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/content/browser/debugger/devtools_client_host.h b/content/browser/debugger/devtools_client_host.h index 796d7fe..f629818 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() {} |