| Index: components/test_runner/app_banner_client.h
|
| diff --git a/components/test_runner/app_banner_client.h b/components/test_runner/app_banner_client.h
|
| index f304baee331a9f91b22a34498bde2a473a07e410..1ecd77c4e4be53a11f6300debd67185536cdad13 100644
|
| --- a/components/test_runner/app_banner_client.h
|
| +++ b/components/test_runner/app_banner_client.h
|
| @@ -5,14 +5,17 @@
|
| #ifndef COMPONENTS_TEST_RUNNER_APP_BANNER_CLIENT_H_
|
| #define COMPONENTS_TEST_RUNNER_APP_BANNER_CLIENT_H_
|
|
|
| +#include "base/compiler_specific.h"
|
| #include "base/id_map.h"
|
| +#include "components/test_runner/test_runner_export.h"
|
| #include "third_party/WebKit/public/platform/modules/app_banner/WebAppBannerClient.h"
|
|
|
| namespace test_runner {
|
|
|
| // Test app banner client that holds on to callbacks and allows the test runner
|
| // to resolve them.
|
| -class AppBannerClient : public blink::WebAppBannerClient {
|
| +class TEST_RUNNER_EXPORT AppBannerClient
|
| + : public NON_EXPORTED_BASE(blink::WebAppBannerClient) {
|
| public:
|
| AppBannerClient();
|
| virtual ~AppBannerClient();
|
|
|