| 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 adc02c4b187eb07e8fe23bab2d3a93d015a03acb..1a85dfa2272914804cf30cfa4123efbe666185f9 100644
|
| --- a/webkit/support/test_webkit_platform_support.h
|
| +++ b/webkit/support/test_webkit_platform_support.h
|
| @@ -13,14 +13,14 @@
|
| #include "webkit/glue/webkitplatformsupport_impl.h"
|
| #include "webkit/mocks/mock_webhyphenator.h"
|
| #include "webkit/renderer/compositor_bindings/web_compositor_support_impl.h"
|
| +#include "webkit/support/mock_webclipboard_impl.h"
|
| +#include "webkit/support/simple_appcache_system.h"
|
| #include "webkit/support/simple_database_system.h"
|
| +#include "webkit/support/simple_dom_storage_system.h"
|
| +#include "webkit/support/simple_file_system.h"
|
| +#include "webkit/support/simple_webcookiejar_impl.h"
|
| +#include "webkit/support/test_shell_webmimeregistry_impl.h"
|
| #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"
|
|
|
| class TestShellWebBlobRegistryImpl;
|
|
|
|
|