diff options
Diffstat (limited to 'chrome/browser/importer_unittest.cc')
-rw-r--r-- | chrome/browser/importer_unittest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/importer_unittest.cc b/chrome/browser/importer_unittest.cc index 2470513..5dde26c 100644 --- a/chrome/browser/importer_unittest.cc +++ b/chrome/browser/importer_unittest.cc @@ -45,6 +45,7 @@ class ImporterTest : public testing::Test { ASSERT_FALSE(file_util::PathExists(test_path_)); } + MessageLoopForUI message_loop_; std::wstring test_path_; std::wstring profile_path_; std::wstring app_path_; |