| Index: webkit/tools/test_shell/test_shell_webkit_init.h
|
| diff --git a/webkit/tools/test_shell/test_shell_webkit_init.h b/webkit/tools/test_shell/test_shell_webkit_init.h
|
| index 951fc74c51fd8b0254a523ac4a4b72fa80949f68..937375c5aa41bbd2b1655da1ab7f456dfbb6ede4 100644
|
| --- a/webkit/tools/test_shell/test_shell_webkit_init.h
|
| +++ b/webkit/tools/test_shell/test_shell_webkit_init.h
|
| @@ -109,7 +109,7 @@ class TestShellWebKitInit : public webkit_glue::WebKitPlatformSupportImpl {
|
| SimpleClipboardClient clipboard_client_;
|
| webkit_glue::WebClipboardImpl real_clipboard_;
|
| webkit_glue::WebFileUtilitiesImpl file_utilities_;
|
| - ScopedTempDir appcache_dir_;
|
| + base::ScopedTempDir appcache_dir_;
|
| SimpleAppCacheSystem appcache_system_;
|
| SimpleDatabaseSystem database_system_;
|
| SimpleDomStorageSystem dom_storage_system_;
|
|
|