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

Unified Diff: content/shell/app/blink_test_platform_support_mac.mm

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
Index: content/shell/app/blink_test_platform_support_mac.mm
diff --git a/content/shell/app/webkit_test_platform_support_mac.mm b/content/shell/app/blink_test_platform_support_mac.mm
similarity index 97%
rename from content/shell/app/webkit_test_platform_support_mac.mm
rename to content/shell/app/blink_test_platform_support_mac.mm
index bc042f9012bf91b9dd54acb0b92e6e9d1f042c3e..820d09564d5c526aa313c57c7181d1c0f1942d8e 100644
--- a/content/shell/app/webkit_test_platform_support_mac.mm
+++ b/content/shell/app/blink_test_platform_support_mac.mm
@@ -7,7 +7,7 @@
#include "base/mac/bundle_locations.h"
#include "base/path_service.h"
#include "content/public/common/content_switches.h"
-#include "content/shell/app/webkit_test_platform_support.h"
+#include "content/shell/app/blink_test_platform_support.h"
#include <AppKit/AppKit.h>
#include <Foundation/Foundation.h>
@@ -48,7 +48,7 @@ bool CheckLayoutSystemDeps() {
return true;
}
-bool WebKitTestPlatformInitialize() {
+bool BlinkTestPlatformInitialize() {
SetDefaultsToLayoutTestValues();
« no previous file with comments | « content/shell/app/blink_test_platform_support_linux.cc ('k') | content/shell/app/blink_test_platform_support_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698