Index: webkit/tools/test_shell/test_shell_webblobregistry_impl.cc |
diff --git a/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc b/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc |
index 1b8a31f963bd4d9ca46d601a71d9203c661580cd..c5046d7e4012546f6110c405942959bcc99b7af5 100644 |
--- a/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc |
+++ b/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc |
@@ -36,9 +36,6 @@ void TestShellWebBlobRegistryImpl::Cleanup() { |
g_blob_storage_controller = NULL; |
} |
-TestShellWebBlobRegistryImpl::TestShellWebBlobRegistryImpl() { |
-} |
- |
void TestShellWebBlobRegistryImpl::registerBlobURL( |
const WebURL& url, WebBlobData& data) { |
DCHECK(g_io_thread); |
@@ -66,6 +63,8 @@ void TestShellWebBlobRegistryImpl::unregisterBlobURL(const WebURL& url) { |
thread_safe_url)); |
} |
+TestShellWebBlobRegistryImpl::TestShellWebBlobRegistryImpl() {} |
+ |
void TestShellWebBlobRegistryImpl::AddFinishedBlob( |
const GURL& url, BlobData* blob_data) { |
DCHECK(g_blob_storage_controller); |