| Index: webkit/fileapi/isolated_file_util_unittest.cc
|
| diff --git a/webkit/fileapi/isolated_file_util_unittest.cc b/webkit/fileapi/isolated_file_util_unittest.cc
|
| index 55925c4ff5c01824f8d59ea49b6c2217e403ac0f..5e6114466844fd2749dc50676b1586e642030753 100644
|
| --- a/webkit/fileapi/isolated_file_util_unittest.cc
|
| +++ b/webkit/fileapi/isolated_file_util_unittest.cc
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/file_util.h"
|
| #include "base/logging.h"
|
| +#include "base/message_loop.h"
|
| #include "base/message_loop_proxy.h"
|
| #include "base/scoped_temp_dir.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -209,6 +210,7 @@ class IsolatedFileUtilTest : public testing::Test {
|
| }
|
|
|
| ScopedTempDir data_dir_;
|
| + MessageLoop message_loop_;
|
| std::string filesystem_id_;
|
| scoped_refptr<FileSystemContext> file_system_context_;
|
| std::map<FilePath, FilePath> toplevel_root_map_;
|
|
|