| Index: chrome/browser/chromeos/drive/file_write_helper_unittest.cc
 | 
| diff --git a/chrome/browser/chromeos/drive/file_write_helper_unittest.cc b/chrome/browser/chromeos/drive/file_write_helper_unittest.cc
 | 
| index bb68996d5fa71873c0f6448c181c209a1f43d646..4a80cecae1c4cc65e87cd2c2883f58ae1f8d4e89 100644
 | 
| --- a/chrome/browser/chromeos/drive/file_write_helper_unittest.cc
 | 
| +++ b/chrome/browser/chromeos/drive/file_write_helper_unittest.cc
 | 
| @@ -77,7 +77,7 @@ class FileWriteHelperTest : public testing::Test {
 | 
|    }
 | 
|  
 | 
|   protected:
 | 
| -  MessageLoopForUI message_loop_;
 | 
| +  base::MessageLoopForUI message_loop_;
 | 
|    content::TestBrowserThread ui_thread_;
 | 
|    scoped_ptr<TestFileSystem> test_file_system_;
 | 
|  };
 | 
| 
 |