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

Unified Diff: content/shell/app/blink_test_platform_support_win.cc

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/app/blink_test_platform_support_mac.mm ('k') | content/shell/app/shell_main_delegate.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_win.cc
diff --git a/content/shell/app/webkit_test_platform_support_win.cc b/content/shell/app/blink_test_platform_support_win.cc
similarity index 97%
rename from content/shell/app/webkit_test_platform_support_win.cc
rename to content/shell/app/blink_test_platform_support_win.cc
index d403ff373e196b1e13ee14572ec789c1f69c9c4d..c5499f432ad6eade79d07c2b7eebb8fa41b1f9cd 100644
--- a/content/shell/app/webkit_test_platform_support_win.cc
+++ b/content/shell/app/blink_test_platform_support_win.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/shell/app/webkit_test_platform_support.h"
+#include "content/shell/app/blink_test_platform_support.h"
#include <windows.h>
#include <iostream>
@@ -110,7 +110,7 @@ bool CheckLayoutSystemDeps() {
return errors.empty();
}
-bool WebKitTestPlatformInitialize() {
+bool BlinkTestPlatformInitialize() {
return SetupFonts();
}
« no previous file with comments | « content/shell/app/blink_test_platform_support_mac.mm ('k') | content/shell/app/shell_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698