| Index: components/test_runner/mock_screen_orientation_client.h
|
| diff --git a/components/test_runner/mock_screen_orientation_client.h b/components/test_runner/mock_screen_orientation_client.h
|
| index 0271f066bdbfd5376bdb27efe6a75ca8617b4be3..3985c89e5cf507b6ab56d5b5772aaec1fbd927a7 100644
|
| --- a/components/test_runner/mock_screen_orientation_client.h
|
| +++ b/components/test_runner/mock_screen_orientation_client.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef COMPONENTS_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_
|
| #define COMPONENTS_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_
|
|
|
| +#include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| +#include "components/test_runner/test_runner_export.h"
|
| #include "third_party/WebKit/public/platform/WebLockOrientationCallback.h"
|
| #include "third_party/WebKit/public/platform/WebScreenOrientationClient.h"
|
| #include "third_party/WebKit/public/platform/WebScreenOrientationLockType.h"
|
| @@ -17,7 +19,8 @@ class WebLocalFrame;
|
|
|
| namespace test_runner {
|
|
|
| -class MockScreenOrientationClient : public blink::WebScreenOrientationClient {
|
| +class TEST_RUNNER_EXPORT MockScreenOrientationClient
|
| + : public NON_EXPORTED_BASE(blink::WebScreenOrientationClient) {
|
| public:
|
| explicit MockScreenOrientationClient();
|
| virtual ~MockScreenOrientationClient();
|
|
|