| 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();
|
|
|
|
|