| Index: webkit/tools/test_shell/simple_file_system.cc
|
| diff --git a/webkit/tools/test_shell/simple_file_system.cc b/webkit/tools/test_shell/simple_file_system.cc
|
| index 75cbd72b3aeb89f4ca1ac8c02751196d02695248..94310dc2469002ee7f10b9be7af7162afb1e5cbe 100644
|
| --- a/webkit/tools/test_shell/simple_file_system.cc
|
| +++ b/webkit/tools/test_shell/simple_file_system.cc
|
| @@ -51,7 +51,7 @@ using fileapi::FileSystemTaskRunners;
|
| using fileapi::FileSystemURL;
|
|
|
| namespace {
|
| -MessageLoop* g_io_thread;
|
| +base::MessageLoop* g_io_thread;
|
| webkit_blob::BlobStorageController* g_blob_storage_controller;
|
|
|
| void RegisterBlob(const GURL& blob_url, const base::FilePath& file_path) {
|
|
|