diff options
Diffstat (limited to 'webkit/tools/test_shell/test_shell_webblobregistry_impl.cc')
-rw-r--r-- | webkit/tools/test_shell/test_shell_webblobregistry_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc b/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc index 3374dac..6352656 100644 --- a/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc +++ b/webkit/tools/test_shell/test_shell_webblobregistry_impl.cc @@ -19,7 +19,7 @@ using webkit_blob::BlobData; namespace { -MessageLoop* g_io_thread; +base::MessageLoop* g_io_thread; webkit_blob::BlobStorageController* g_blob_storage_controller; // Creates a new BlobData from WebBlobData. |