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 e48f05f5d0121b8302b720bf45b6c4ba733837e0..0388645bf1fd445a039eb27c7fdbe035716df81d 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); |
}; |