| Index: content/shell/renderer/layout_test/webkit_test_runner.h
|
| diff --git a/content/shell/renderer/layout_test/webkit_test_runner.h b/content/shell/renderer/layout_test/webkit_test_runner.h
|
| index b626896adb9e09ba65d35c76c82532c66c1ae0ba..470e982778a894fe1f9a20411a7617fdc1d282db 100644
|
| --- a/content/shell/renderer/layout_test/webkit_test_runner.h
|
| +++ b/content/shell/renderer/layout_test/webkit_test_runner.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_WEBKIT_TEST_RUNNER_H_
|
| -#define CONTENT_SHELL_WEBKIT_TEST_RUNNER_H_
|
| +#ifndef CONTENT_SHELL_RENDERER_LAYOUT_TEST_WEBKIT_TEST_RUNNER_H_
|
| +#define CONTENT_SHELL_RENDERER_LAYOUT_TEST_WEBKIT_TEST_RUNNER_H_
|
|
|
| #include <vector>
|
|
|
| @@ -165,4 +165,4 @@ class WebKitTestRunner : public RenderViewObserver,
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_SHELL_WEBKIT_TEST_RUNNER_H_
|
| +#endif // CONTENT_SHELL_RENDERER_LAYOUT_TEST_WEBKIT_TEST_RUNNER_H_
|
|
|