summaryrefslogtreecommitdiffstats
path: root/content/browser/webui/web_ui_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/webui/web_ui_factory.h')
-rw-r--r--content/browser/webui/web_ui_factory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/webui/web_ui_factory.h b/content/browser/webui/web_ui_factory.h
index 74c20df..a32cb94 100644
--- a/content/browser/webui/web_ui_factory.h
+++ b/content/browser/webui/web_ui_factory.h
@@ -7,6 +7,7 @@
#pragma once
#include "content/browser/webui/web_ui.h"
+#include "content/common/content_export.h"
class TabContents;
class GURL;
@@ -17,7 +18,7 @@ class BrowserContext;
// Interface for an object which controls which URLs are considered WebUI URLs
// and creates WebUI instances for given URLs.
-class WebUIFactory {
+class CONTENT_EXPORT WebUIFactory {
public:
// Returns a WebUI instance for the given URL, or NULL if the URL doesn't
// correspond to a WebUI.