Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(371)

Unified Diff: content/browser/debugger/devtools_client_host.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 f62996717341a49b4c0e4c796dc97d33e7c3035d..06ba2614598bc6c56e06d7abbeb2c3c40dc8bf48 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() {}

Powered by Google App Engine
This is Rietveld 408576698