| Index: webkit/tools/test_shell/test_shell_webkit_init.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_webkit_init.h (revision 124232)
|
| +++ webkit/tools/test_shell/test_shell_webkit_init.h (working copy)
|
| @@ -21,6 +21,7 @@
|
| #include "webkit/tools/test_shell/mock_webclipboard_impl.h"
|
| #include "webkit/tools/test_shell/simple_appcache_system.h"
|
| #include "webkit/tools/test_shell/simple_clipboard_impl.h"
|
| +#include "webkit/tools/test_shell/simple_dom_storage_system.h"
|
| #include "webkit/tools/test_shell/simple_file_system.h"
|
| #include "webkit/tools/test_shell/simple_resource_loader_bridge.h"
|
| #include "webkit/tools/test_shell/simple_webcookiejar_impl.h"
|
| @@ -129,6 +130,7 @@
|
| ScopedTempDir appcache_dir_;
|
| SimpleAppCacheSystem appcache_system_;
|
| SimpleDatabaseSystem database_system_;
|
| + SimpleDomStorageSystem dom_storage_system_;
|
| SimpleWebCookieJarImpl cookie_jar_;
|
| scoped_refptr<TestShellWebBlobRegistryImpl> blob_registry_;
|
| SimpleFileSystem file_system_;
|
|
|