| Index: webkit/browser/fileapi/syncable/syncable_file_operation_runner_unittest.cc
|
| diff --git a/webkit/browser/fileapi/syncable/syncable_file_operation_runner_unittest.cc b/webkit/browser/fileapi/syncable/syncable_file_operation_runner_unittest.cc
|
| index 23392a1dbe2d473806a9285d4e3017fdfa43f9aa..f0ee4bd38d3244f67934b14005b99b738b2b448f 100644
|
| --- a/webkit/browser/fileapi/syncable/syncable_file_operation_runner_unittest.cc
|
| +++ b/webkit/browser/fileapi/syncable/syncable_file_operation_runner_unittest.cc
|
| @@ -85,7 +85,7 @@ class SyncableFileOperationRunnerTest : public testing::Test {
|
| }
|
|
|
| LocalFileSyncStatus* sync_status() {
|
| - return file_system_.file_system_context()->sync_context()->sync_status();
|
| + return file_system_.mount_provider()->sync_context()->sync_status();
|
| }
|
|
|
| void ResetCallbackStatus() {
|
|
|