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

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

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 years, 3 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 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() {}

Powered by Google App Engine
This is Rietveld 408576698