| Index: content/shell/test_runner/test_runner_for_specific_view.h
|
| diff --git a/components/test_runner/test_runner_for_specific_view.h b/content/shell/test_runner/test_runner_for_specific_view.h
|
| similarity index 97%
|
| rename from components/test_runner/test_runner_for_specific_view.h
|
| rename to content/shell/test_runner/test_runner_for_specific_view.h
|
| index 8fb82b0aface587bf39f28a923eb7af296fbac90..863646118478257bb4b4bdfc81dc4800a15a0e51 100644
|
| --- a/components/test_runner/test_runner_for_specific_view.h
|
| +++ b/content/shell/test_runner/test_runner_for_specific_view.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 COMPONENTS_TEST_RUNNER_TEST_RUNNER_FOR_SPECIFIC_VIEW_H_
|
| -#define COMPONENTS_TEST_RUNNER_TEST_RUNNER_FOR_SPECIFIC_VIEW_H_
|
| +#ifndef CONTENT_SHELL_TEST_RUNNER_TEST_RUNNER_FOR_SPECIFIC_VIEW_H_
|
| +#define CONTENT_SHELL_TEST_RUNNER_TEST_RUNNER_FOR_SPECIFIC_VIEW_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -227,4 +227,4 @@ class TestRunnerForSpecificView {
|
|
|
| } // namespace test_runner
|
|
|
| -#endif // COMPONENTS_TEST_RUNNER_TEST_RUNNER_FOR_SPECIFIC_VIEW_H_
|
| +#endif // CONTENT_SHELL_TEST_RUNNER_TEST_RUNNER_FOR_SPECIFIC_VIEW_H_
|
|
|