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

Unified Diff: content/browser/debugger/devtools_agent_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_agent_host.h
diff --git a/content/browser/debugger/devtools_agent_host.h b/content/browser/debugger/devtools_agent_host.h
index 7208e72e1f66c52491ee477cf417be49367b29f7..95c9754f07741817250aba40819d482f09ea73d2 100644
--- a/content/browser/debugger/devtools_agent_host.h
+++ b/content/browser/debugger/devtools_agent_host.h
@@ -6,6 +6,8 @@
#define CONTENT_BROWSER_DEBUGGER_DEVTOOLS_AGENT_HOST_H_
#pragma once
+#include "content/common/content_export.h"
+
namespace IPC {
class Message;
}
@@ -13,7 +15,7 @@ class Message;
// Describes interface for managing devtools agents from the browser process.
class DevToolsAgentHost {
public:
- class CloseListener {
+ class CONTENT_EXPORT CloseListener {
public:
virtual void AgentHostClosing(DevToolsAgentHost*) = 0;
protected:

Powered by Google App Engine
This is Rietveld 408576698