| Index: components/test_runner/mock_screen_orientation_client.h
|
| diff --git a/content/shell/renderer/test_runner/mock_screen_orientation_client.h b/components/test_runner/mock_screen_orientation_client.h
|
| similarity index 89%
|
| rename from content/shell/renderer/test_runner/mock_screen_orientation_client.h
|
| rename to components/test_runner/mock_screen_orientation_client.h
|
| index 130a145b9ae2052011199c67f608ff122fd3b1c7..40e435271c23d9d5c6a7ed1a5bbf1ba74b17b0b8 100644
|
| --- a/content/shell/renderer/test_runner/mock_screen_orientation_client.h
|
| +++ b/components/test_runner/mock_screen_orientation_client.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_SHELL_RENDERER_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_
|
| -#define CONTENT_SHELL_RENDERER_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_
|
| +#ifndef COMPONENTS_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_
|
| +#define COMPONENTS_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_
|
|
|
| #include "base/macros.h"
|
| #include "third_party/WebKit/public/platform/WebLockOrientationCallback.h"
|
| @@ -54,4 +54,4 @@ class MockScreenOrientationClient : public blink::WebScreenOrientationClient {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_SHELL_RENDERER_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_
|
| +#endif // COMPONENTS_TEST_RUNNER_MOCK_SCREEN_ORIENTATION_CLIENT_H_
|
|
|