summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/public/browser/devtools_frontend_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/browser/devtools_frontend_window.h b/content/public/browser/devtools_frontend_window.h
index e8ddfea..6b54ba4 100644
--- a/content/public/browser/devtools_frontend_window.h
+++ b/content/public/browser/devtools_frontend_window.h
@@ -13,7 +13,7 @@ namespace content {
class DevToolsFrontendWindowDelegate;
// Installs delegate for DevTools front-end loaded into |client_tab_contents|.
-void SetupDevToolsFrontendDelegate(
+CONTENT_EXPORT void SetupDevToolsFrontendDelegate(
TabContents* client_tab_contents,
DevToolsFrontendWindowDelegate* delegate);