| Index: chrome/browser/sync_file_system/sync_file_system_service_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/sync_file_system_service_unittest.cc b/chrome/browser/sync_file_system/sync_file_system_service_unittest.cc
|
| index 6661bb18d333fb6f7e0b0b682f78be71be3cb5d3..e0963401d7f39696c77b7914308097afd16d4e54 100644
|
| --- a/chrome/browser/sync_file_system/sync_file_system_service_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/sync_file_system_service_unittest.cc
|
| @@ -298,7 +298,8 @@ TEST_F(SyncFileSystemServiceTest, DISABLED_SimpleLocalSyncFlow) {
|
| StrictMock<MockSyncStatusObserver> status_observer;
|
|
|
| EnableSync();
|
| - file_system_->file_system_context()->sync_context()->
|
| +
|
| + file_system_->mount_provider()->sync_context()->
|
| set_mock_notify_changes_duration_in_sec(0);
|
| file_system_->AddSyncStatusObserver(&status_observer);
|
|
|
| @@ -356,7 +357,8 @@ TEST_F(SyncFileSystemServiceTest, SimpleSyncFlowWithFileBusy) {
|
| InitializeApp();
|
|
|
| EnableSync();
|
| - file_system_->file_system_context()->sync_context()->
|
| +
|
| + file_system_->mount_provider()->sync_context()->
|
| set_mock_notify_changes_duration_in_sec(0);
|
|
|
| const FileSystemURL kFile(file_system_->URL("foo"));
|
|
|