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

Unified Diff: content/browser/renderer_host/render_process_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/renderer_host/render_process_host.h
diff --git a/content/browser/renderer_host/render_process_host.h b/content/browser/renderer_host/render_process_host.h
index 2262024420638ffc976277d73d17dfa03d790608..21646341ed112d06e932a58e56c3f22ca9ff7c15 100644
--- a/content/browser/renderer_host/render_process_host.h
+++ b/content/browser/renderer_host/render_process_host.h
@@ -13,6 +13,7 @@
#include "base/process.h"
#include "base/process_util.h"
#include "base/time.h"
+#include "content/common/content_export.h"
#include "ipc/ipc_channel_proxy.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/surface/transport_dib.h"
@@ -38,8 +39,8 @@ class URLRequestContextGetter;
// The concrete implementation of this class for normal use is the
// BrowserRenderProcessHost. It may also be implemented by a testing interface
// for mocking purposes.
-class RenderProcessHost : public IPC::Channel::Sender,
- public IPC::Channel::Listener {
+class CONTENT_EXPORT RenderProcessHost : public IPC::Channel::Sender,
+ public IPC::Channel::Listener {
public:
typedef IDMap<RenderProcessHost>::iterator iterator;

Powered by Google App Engine
This is Rietveld 408576698