| 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 ecf5dcb67046619e00da07fb2e2cface05ad844d..a16263d04752c4dc8c04cae5bad86f934a36c28b 100644
|
| --- a/webkit/support/test_webkit_platform_support.h
|
| +++ b/webkit/support/test_webkit_platform_support.h
|
| @@ -138,14 +138,14 @@ class TestWebKitPlatformSupport :
|
| TestShellWebMimeRegistryImpl mime_registry_;
|
| MockWebClipboardImpl mock_clipboard_;
|
| webkit_glue::WebFileUtilitiesImpl file_utilities_;
|
| - ScopedTempDir appcache_dir_;
|
| + base::ScopedTempDir appcache_dir_;
|
| SimpleAppCacheSystem appcache_system_;
|
| SimpleDatabaseSystem database_system_;
|
| SimpleDomStorageSystem dom_storage_system_;
|
| SimpleWebCookieJarImpl cookie_jar_;
|
| scoped_refptr<TestShellWebBlobRegistryImpl> blob_registry_;
|
| SimpleFileSystem file_system_;
|
| - ScopedTempDir file_system_root_;
|
| + base::ScopedTempDir file_system_root_;
|
| WebURLLoaderMockFactory url_loader_factory_;
|
| bool unit_test_mode_;
|
| WebKit::WebGamepads gamepad_data_;
|
|
|