Index: webkit/fileapi/file_system_file_util_unittest.cc |
diff --git a/webkit/fileapi/file_system_file_util_unittest.cc b/webkit/fileapi/file_system_file_util_unittest.cc |
index ebb57e3805ecf7e935f13f5098449e6c0a1a20d5..cd0057ddc5c41036b0c969a44560cc25f16f097a 100644 |
--- a/webkit/fileapi/file_system_file_util_unittest.cc |
+++ b/webkit/fileapi/file_system_file_util_unittest.cc |
@@ -5,6 +5,7 @@ |
#include "base/file_path.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
+#include "base/message_loop.h" |
#include "base/platform_file.h" |
#include "base/scoped_temp_dir.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -149,6 +150,7 @@ class FileSystemFileUtilTest : public testing::Test { |
} |
private: |
+ MessageLoop message_loop_; |
DISALLOW_COPY_AND_ASSIGN(FileSystemFileUtilTest); |
}; |