| Index: chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc b/chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc
|
| index a2cc237226741f0ba882f81bd011679194c2e1c8..e74f06e810ef057149680d49c78a802462ab4b23 100644
|
| --- a/chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc
|
| @@ -137,10 +137,10 @@ class DriveFileSyncClientTest : public testing::Test {
|
| return mock_drive_service_;
|
| }
|
|
|
| - MessageLoop* message_loop() { return &message_loop_; }
|
| + base::MessageLoop* message_loop() { return &message_loop_; }
|
|
|
| private:
|
| - MessageLoop message_loop_;
|
| + base::MessageLoop message_loop_;
|
|
|
| TestingProfile profile_;
|
| scoped_ptr<DriveFileSyncClient> sync_client_;
|
|
|