Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1349)

Unified Diff: content/shell/app/blink_test_platform_support.h

Issue 642813006: content: Rename webkit_test_platform_support* to blink_test_platform_support* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix GN Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/app/blink_test_platform_support_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/app/blink_test_platform_support_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698