From ab820df141e6ab45fd8a095d2f57f91df44e6c9c Mon Sep 17 00:00:00 2001 From: "darin@google.com" Date: Tue, 26 Aug 2008 05:55:10 +0000 Subject: Chrome changes corresponding to my message_loop_type CL. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1363 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/profile_manager_unittest.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/browser/profile_manager_unittest.cc') 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_; -- cgit v1.1