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

Unified Diff: content/renderer/render_view_observer.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/renderer/render_view_observer.h
diff --git a/content/renderer/render_view_observer.h b/content/renderer/render_view_observer.h
index 78ce58f0094b6ace6a5f130a51380cc919808058..de5dda588c9eaf39a4925deb393687089caab7bd 100644
--- a/content/renderer/render_view_observer.h
+++ b/content/renderer/render_view_observer.h
@@ -7,6 +7,7 @@
#pragma once
#include "base/basictypes.h"
+#include "content/common/content_export.h"
#include "ipc/ipc_channel.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebIconURL.h"
@@ -26,8 +27,8 @@ struct WebURLError;
// Base class for objects that want to filter incoming IPCs, and also get
// notified of changes to the frame.
-class RenderViewObserver : public IPC::Channel::Listener,
- public IPC::Message::Sender {
+class CONTENT_EXPORT RenderViewObserver : public IPC::Channel::Listener,
+ public IPC::Message::Sender {
public:
// By default, observers will be deleted when the RenderView goes away. If
// they want to outlive it, they can override this function.

Powered by Google App Engine
This is Rietveld 408576698