diff options
Diffstat (limited to 'chrome/browser/profile_manager_unittest.cc')
-rw-r--r-- | chrome/browser/profile_manager_unittest.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/profile_manager_unittest.cc b/chrome/browser/profile_manager_unittest.cc index bcc844e..8a7ed05 100644 --- a/chrome/browser/profile_manager_unittest.cc +++ b/chrome/browser/profile_manager_unittest.cc @@ -3,6 +3,7 @@ // found in the LICENSE file. #include "base/file_util.h" +#include "base/message_loop.h" #include "base/path_service.h" #include "chrome/browser/profile.h" #include "chrome/browser/profile_manager.h" @@ -29,6 +30,8 @@ protected: ASSERT_TRUE(file_util::Delete(test_dir_, true)); ASSERT_FALSE(file_util::PathExists(test_dir_)); } + + MessageLoopForUI message_loop_; // the path to temporary directory used to contain the test operations std::wstring test_dir_; |