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

Unified Diff: content/browser/tab_contents/tab_contents_view.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/tab_contents/tab_contents_view.h
diff --git a/content/browser/tab_contents/tab_contents_view.h b/content/browser/tab_contents/tab_contents_view.h
index 07261506f912b60793f5443272f79ed4228f5031..8134ac5522c58b629cc11c50e7489e6031482fae 100644
--- a/content/browser/tab_contents/tab_contents_view.h
+++ b/content/browser/tab_contents/tab_contents_view.h
@@ -10,6 +10,7 @@
#include "base/basictypes.h"
#include "content/browser/renderer_host/render_view_host_delegate.h"
+#include "content/common/content_export.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/rect.h"
#include "ui/gfx/size.h"
@@ -23,7 +24,7 @@ class TabContents;
// dependent web contents views. The TabContents uses this interface to talk to
// them. View-related messages will also get forwarded directly to this class
// from RenderViewHost via RenderViewHostDelegate::View.
-class TabContentsView : public RenderViewHostDelegate::View {
+class CONTENT_EXPORT TabContentsView : public RenderViewHostDelegate::View {
public:
virtual ~TabContentsView();

Powered by Google App Engine
This is Rietveld 408576698