Index: components/test_runner/web_test_interfaces.h |
diff --git a/components/test_runner/web_test_interfaces.h b/components/test_runner/web_test_interfaces.h |
index 6d46d7472bf8beba68ba532c9ffc719ab1844e94..40562685020805a3e4c6d285f57bbcba8df96651 100644 |
--- a/components/test_runner/web_test_interfaces.h |
+++ b/components/test_runner/web_test_interfaces.h |
@@ -6,6 +6,7 @@ |
#define COMPONENTS_TEST_RUNNER_WEB_TEST_INTERFACES_H_ |
#include "base/memory/scoped_ptr.h" |
+#include "components/test_runner/test_runner_export.h" |
namespace blink { |
class WebAppBannerClient; |
@@ -24,12 +25,13 @@ class WebView; |
namespace test_runner { |
+class AppBannerClient; |
class TestInterfaces; |
class WebTestDelegate; |
class WebTestProxyBase; |
class WebTestRunner; |
-class WebTestInterfaces { |
+class TEST_RUNNER_EXPORT WebTestInterfaces { |
public: |
WebTestInterfaces(); |
~WebTestInterfaces(); |
@@ -56,6 +58,7 @@ class WebTestInterfaces { |
blink::WebAudioDevice* CreateAudioDevice(double sample_rate); |
scoped_ptr<blink::WebAppBannerClient> CreateAppBannerClient(); |
+ AppBannerClient* GetAppBannerClient(); |
TestInterfaces* GetTestInterfaces(); |