| Index: content/shell/renderer/layout_test/gc_controller.h
|
| diff --git a/content/shell/renderer/layout_test/gc_controller.h b/content/shell/renderer/layout_test/gc_controller.h
|
| index 9e09192a5b5e67900f99e132df5ce3c8b3d7bb76..4485c1dd95dc414625e6a566daa5c2a60b0f8995 100644
|
| --- a/content/shell/renderer/layout_test/gc_controller.h
|
| +++ b/content/shell/renderer/layout_test/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 CONTENT_SHELL_RENDERER_GC_CONTROLLER_H_
|
| -#define CONTENT_SHELL_RENDERER_GC_CONTROLLER_H_
|
| +#ifndef CONTENT_SHELL_RENDERER_LAYOUT_TEST_GC_CONTROLLER_H_
|
| +#define CONTENT_SHELL_RENDERER_LAYOUT_TEST_GC_CONTROLLER_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "gin/wrappable.h"
|
| @@ -40,4 +40,4 @@ class GCController : public gin::Wrappable<GCController> {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_SHELL_RENDERER_GC_CONTROLLER_H_
|
| +#endif // CONTENT_SHELL_RENDERER_LAYOUT_TEST_GC_CONTROLLER_H_
|
|
|