Chromium Code Reviews| Index: webkit/support/test_webkit_platform_support.h |
| =================================================================== |
| --- webkit/support/test_webkit_platform_support.h (revision 122851) |
| +++ webkit/support/test_webkit_platform_support.h (working copy) |
| @@ -14,6 +14,7 @@ |
| #include "webkit/support/weburl_loader_mock_factory.h" |
| #include "webkit/tools/test_shell/mock_webclipboard_impl.h" |
| #include "webkit/tools/test_shell/simple_appcache_system.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_webcookiejar_impl.h" |
| #include "webkit/tools/test_shell/test_shell_webmimeregistry_impl.h" |
| @@ -130,6 +131,7 @@ |
| ScopedTempDir appcache_dir_; |
| SimpleAppCacheSystem appcache_system_; |
| SimpleDatabaseSystem database_system_; |
| + SimpleDomStorageSystem dom_storage_system_; |
|
benm (inactive)
2012/02/23 19:17:15
should this be guarded with the new #define?
michaeln
2012/02/25 19:20:32
dont think its needed, we'll instance the class (i
|
| SimpleWebCookieJarImpl cookie_jar_; |
| scoped_refptr<TestShellWebBlobRegistryImpl> blob_registry_; |
| SimpleFileSystem file_system_; |