| Index: content/shell/renderer/layout_test/blink_test_helpers.h
|
| diff --git a/content/shell/common/webkit_test_helpers.h b/content/shell/renderer/layout_test/blink_test_helpers.h
|
| similarity index 84%
|
| rename from content/shell/common/webkit_test_helpers.h
|
| rename to content/shell/renderer/layout_test/blink_test_helpers.h
|
| index 0e63cf96fee8948b98c98b46ea5312ca1d023fd4..3350b926c9ab7883ea1bd6cb57def58f936c8ee1 100644
|
| --- a/content/shell/common/webkit_test_helpers.h
|
| +++ b/content/shell/renderer/layout_test/blink_test_helpers.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_COMMON_WEBKIT_TEST_HELPERS_H_
|
| -#define CONTENT_SHELL_COMMON_WEBKIT_TEST_HELPERS_H_
|
| +#ifndef CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_HELPERS_H_
|
| +#define CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_HELPERS_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -34,4 +34,4 @@ std::vector<std::string> GetSideloadFontFiles();
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_SHELL_COMMON_WEBKIT_TEST_HELPERS_H_
|
| +#endif // CONTENT_SHELL_RENDERER_LAYOUT_TEST_BLINK_TEST_HELPERS_H_
|
|
|