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