| Index: content/shell/test_runner/gc_controller.h
|
| diff --git a/components/test_runner/gc_controller.h b/content/shell/test_runner/gc_controller.h
|
| similarity index 84%
|
| rename from components/test_runner/gc_controller.h
|
| rename to content/shell/test_runner/gc_controller.h
|
| index 182fe8b3667b4d985a2eadb820366e9bf54814e6..49e4b0611bfc7dafe5181353932c79964d0d588d 100644
|
| --- a/components/test_runner/gc_controller.h
|
| +++ b/content/shell/test_runner/gc_controller.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_GC_CONTROLLER_H_
|
| -#define COMPONENTS_TEST_RUNNER_GC_CONTROLLER_H_
|
| +#ifndef CONTENT_SHELL_TEST_RUNNER_GC_CONTROLLER_H_
|
| +#define CONTENT_SHELL_TEST_RUNNER_GC_CONTROLLER_H_
|
|
|
| #include "base/macros.h"
|
| #include "gin/wrappable.h"
|
| @@ -40,4 +40,4 @@ class GCController : public gin::Wrappable<GCController> {
|
|
|
| } // namespace test_runner
|
|
|
| -#endif // COMPONENTS_TEST_RUNNER_GC_CONTROLLER_H_
|
| +#endif // CONTENT_SHELL_TEST_RUNNER_GC_CONTROLLER_H_
|
|
|