| Index: webkit/support/test_webkit_platform_support.h
|
| diff --git a/webkit/support/test_webkit_platform_support.h b/webkit/support/test_webkit_platform_support.h
|
| index 6e2dc6eaba1efe6a005c80cc12488b5f591c5f18..ec43ce51b5e85288e67ebe153b0ddbce4069784b 100644
|
| --- a/webkit/support/test_webkit_platform_support.h
|
| +++ b/webkit/support/test_webkit_platform_support.h
|
| @@ -90,7 +90,7 @@ class TestWebKitPlatformSupport :
|
| return &url_loader_factory_;
|
| }
|
|
|
| - const FilePath& file_system_root() const {
|
| + const base::FilePath& file_system_root() const {
|
| return file_system_root_.path();
|
| }
|
|
|
|
|