| Index: chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc
|
| diff --git a/chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc b/chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc
|
| index a14132c1c1502cc1e44e2a1d3da45b2855063950..30e053e42bddd6e44a90402ba1494b8b33496245 100644
|
| --- a/chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc
|
| +++ b/chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc
|
| @@ -86,10 +86,11 @@ void SyncFileSystemInternalsHandler::OnSyncStateUpdated(
|
| }
|
|
|
| void SyncFileSystemInternalsHandler::OnFileSynced(
|
| - const fileapi::FileSystemURL& url,
|
| + const storage::FileSystemURL& url,
|
| sync_file_system::SyncFileStatus status,
|
| sync_file_system::SyncAction action,
|
| - sync_file_system::SyncDirection direction) {}
|
| + sync_file_system::SyncDirection direction) {
|
| +}
|
|
|
| void SyncFileSystemInternalsHandler::OnLogRecorded(
|
| const sync_file_system::TaskLogger::TaskLog& task_log) {
|
|
|