| Index: content/shell/app/blink_test_platform_support_linux.cc
|
| diff --git a/content/shell/app/webkit_test_platform_support_linux.cc b/content/shell/app/blink_test_platform_support_linux.cc
|
| similarity index 94%
|
| rename from content/shell/app/webkit_test_platform_support_linux.cc
|
| rename to content/shell/app/blink_test_platform_support_linux.cc
|
| index 5693e93e2b5fb1956c9897339ed9e264f096c73e..a05816fa3411faa715dcc9fee890f83d71cd1478 100644
|
| --- a/content/shell/app/webkit_test_platform_support_linux.cc
|
| +++ b/content/shell/app/blink_test_platform_support_linux.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 "base/files/file_path.h"
|
| #include "base/files/file_util.h"
|
| @@ -26,7 +26,7 @@ bool CheckLayoutSystemDeps() {
|
| return true;
|
| }
|
|
|
| -bool WebKitTestPlatformInitialize() {
|
| +bool BlinkTestPlatformInitialize() {
|
| gfx::SetUpFontconfig();
|
|
|
| base::FilePath base_path;
|
|
|