Index: webkit/tools/test_shell/test_shell_webblobregistry_impl.h |
diff --git a/webkit/tools/test_shell/test_shell_webblobregistry_impl.h b/webkit/tools/test_shell/test_shell_webblobregistry_impl.h |
index 6739c8ff5d1c0dcc4367e8d039fe3c2ff0057ce9..c34751c41e19a7709496ce65bbd08114ff39c704 100644 |
--- a/webkit/tools/test_shell/test_shell_webblobregistry_impl.h |
+++ b/webkit/tools/test_shell/test_shell_webblobregistry_impl.h |
@@ -32,6 +32,9 @@ class TestShellWebBlobRegistryImpl |
const WebKit::WebURL& src_url); |
virtual void unregisterBlobURL(const WebKit::WebURL& url); |
+ protected: |
+ virtual ~TestShellWebBlobRegistryImpl() {} |
+ |
private: |
friend class base::RefCountedThreadSafe<TestShellWebBlobRegistryImpl>; |