Index: content/shell/app/blink_test_platform_support.h |
diff --git a/content/shell/app/webkit_test_platform_support.h b/content/shell/app/blink_test_platform_support.h |
similarity index 53% |
rename from content/shell/app/webkit_test_platform_support.h |
rename to content/shell/app/blink_test_platform_support.h |
index 2f8c9499a50eb925e3cd2975ab4ddcf8e56f16f8..15da3ae8a7ae92a563fa69c1c40bc5ee14497265 100644 |
--- a/content/shell/app/webkit_test_platform_support.h |
+++ b/content/shell/app/blink_test_platform_support.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CONTENT_SHELL_APP_WEBKIT_TEST_PLATFORM_SUPPORT_H_ |
-#define CONTENT_SHELL_APP_WEBKIT_TEST_PLATFORM_SUPPORT_H_ |
+#ifndef CONTENT_SHELL_APP_BLINK_TEST_PLATFORM_SUPPORT_H_ |
+#define CONTENT_SHELL_APP_BLINK_TEST_PLATFORM_SUPPORT_H_ |
namespace content { |
bool CheckLayoutSystemDeps(); |
-bool WebKitTestPlatformInitialize(); |
+bool BlinkTestPlatformInitialize(); |
} // namespace content |
-#endif // CONTENT_SHELL_APP_WEBKIT_TEST_PLATFORM_SUPPORT_H_ |
+#endif // CONTENT_SHELL_APP_BLINK_TEST_PLATFORM_SUPPORT_H_ |