| Index: content/shell/test_runner/mock_screen_orientation_client.h
|
| diff --git a/components/test_runner/mock_screen_orientation_client.h b/content/shell/test_runner/mock_screen_orientation_client.h
|
| similarity index 89%
|
| rename from components/test_runner/mock_screen_orientation_client.h
|
| rename to content/shell/test_runner/mock_screen_orientation_client.h
|
| index 495184cf25502165bf53376555b7df53736dea1c..c873cd74475a2db9304636c55ce9ba7fa4222204 100644
|
| --- a/components/test_runner/mock_screen_orientation_client.h
|
| +++ b/content/shell/test_runner/mock_screen_orientation_client.h
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_
|
| -#define COMPONENTS_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_
|
| +#ifndef CONTENT_SHELL_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_
|
| +#define CONTENT_SHELL_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_
|
|
|
| #include <memory>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| -#include "components/test_runner/test_runner_export.h"
|
| +#include "content/shell/test_runner/test_runner_export.h"
|
| #include "third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationCallback.h"
|
| #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationClient.h"
|
| #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h"
|
| @@ -63,4 +63,4 @@ class TEST_RUNNER_EXPORT MockScreenOrientationClient
|
|
|
| } // namespace test_runner
|
|
|
| -#endif // COMPONENTS_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_
|
| +#endif // CONTENT_SHELL_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_
|
|
|