Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1522)

Unified Diff: webkit/support/test_webkit_platform_support.h

Issue 17476002: delete webkit/support/simple_xxx's (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 a822a3d238a91e02e75a1d693d84387f99505f37..6ea90d0ddbd3bcf4f4bf50c33414af7853465da7 100644
--- a/webkit/support/test_webkit_platform_support.h
+++ b/webkit/support/test_webkit_platform_support.h
@@ -14,11 +14,8 @@
#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"
@@ -47,9 +44,7 @@ class TestWebKitPlatformSupport :
virtual WebKit::WebClipboard* clipboard();
virtual WebKit::WebFileUtilities* fileUtilities();
virtual WebKit::WebSandboxSupport* sandboxSupport();
- virtual WebKit::WebCookieJar* cookieJar();
virtual WebKit::WebBlobRegistry* blobRegistry();
- virtual WebKit::WebFileSystem* fileSystem();
virtual WebKit::WebHyphenator* hyphenator();
virtual WebKit::WebIDBFactory* idbFactory();
@@ -172,12 +167,9 @@ class TestWebKitPlatformSupport :
MockWebClipboardImpl mock_clipboard_;
webkit_glue::WebFileUtilitiesImpl file_utilities_;
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_;
base::ScopedTempDir file_system_root_;
webkit_glue::MockWebHyphenator hyphenator_;
WebURLLoaderMockFactory url_loader_factory_;

Powered by Google App Engine
This is Rietveld 408576698