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(); |