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

Unified Diff: content/browser/renderer_host/render_widget_fullscreen_host.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main Created 9 years, 4 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_widget_fullscreen_host.h
diff --git a/content/browser/renderer_host/render_widget_fullscreen_host.h b/content/browser/renderer_host/render_widget_fullscreen_host.h
index fce22001b588a9b8e40391869a311e348a8d9b95..c380affe9fbcd42e1c9297f77718ba8b0eb6425c 100644
--- a/content/browser/renderer_host/render_widget_fullscreen_host.h
+++ b/content/browser/renderer_host/render_widget_fullscreen_host.h
@@ -5,9 +5,10 @@
#ifndef CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_FULLSCREEN_HOST_H_
#define CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_FULLSCREEN_HOST_H_
+#include "content/common/content_export.h"
darin (slow to review) 2011/09/04 15:41:04 nit: "browser" before "common"
Dirk Pranke 2011/09/07 01:46:07 Done.
#include "content/browser/renderer_host/render_widget_host.h"
-class RenderWidgetFullscreenHost : public RenderWidgetHost {
+class CONTENT_EXPORT RenderWidgetFullscreenHost : public RenderWidgetHost {
public:
RenderWidgetFullscreenHost(RenderProcessHost* process, int routing_id);
};

Powered by Google App Engine
This is Rietveld 408576698