| Index: chrome/browser/importer/profile_writer_unittest.cc
|
| diff --git a/chrome/browser/importer/profile_writer_unittest.cc b/chrome/browser/importer/profile_writer_unittest.cc
|
| index 8e77ac173dab1b654953a8afc20850bc37503a1c..8b447a727931c0eca4fc679b92247e47fd8a92c4 100644
|
| --- a/chrome/browser/importer/profile_writer_unittest.cc
|
| +++ b/chrome/browser/importer/profile_writer_unittest.cc
|
| @@ -34,8 +34,7 @@ class TestProfileWriter : public ProfileWriter {
|
| class ProfileWriterTest : public testing::Test {
|
| public:
|
| ProfileWriterTest()
|
| - : loop_(base::MessageLoop::TYPE_DEFAULT),
|
| - ui_thread_(BrowserThread::UI, &loop_),
|
| + : ui_thread_(BrowserThread::UI, &loop_),
|
| file_thread_(BrowserThread::FILE, &loop_) {
|
| }
|
| virtual ~ProfileWriterTest() {}
|
|
|