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

Unified Diff: content/renderer/renderer_main_platform_delegate.h

Issue 8082019: more content exports needed for unit_tests and browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert export of browser_accessibility_win for now 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/renderer_main_platform_delegate.h
diff --git a/content/renderer/renderer_main_platform_delegate.h b/content/renderer/renderer_main_platform_delegate.h
index c57e90ec483bfe84174d3f69fbccab7e24f25afd..30aee18334a00ebeb3676d98f647346ca3ca3666 100644
--- a/content/renderer/renderer_main_platform_delegate.h
+++ b/content/renderer/renderer_main_platform_delegate.h
@@ -6,9 +6,10 @@
#define CHROME_RENDERER_RENDERER_MAIN_PLATFORM_DELEGATE_H_
#pragma once
+#include "content/common/content_export.h"
#include "content/common/main_function_params.h"
-class RendererMainPlatformDelegate {
+class CONTENT_EXPORT RendererMainPlatformDelegate {
public:
explicit RendererMainPlatformDelegate(const MainFunctionParams& parameters);
~RendererMainPlatformDelegate();

Powered by Google App Engine
This is Rietveld 408576698