| Index: chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.h
|
| diff --git a/chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.h b/chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.h
|
| index 5a01f70f73b5def9fbe67243955ab87de74a730c..506b12d720fdef0cf16fe02005c487e01f58a351 100644
|
| --- a/chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.h
|
| +++ b/chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.h
|
| @@ -36,11 +36,10 @@ class SyncFileSystemInternalsHandler
|
| const GURL& app_origin,
|
| sync_file_system::SyncServiceState state,
|
| const std::string& description) OVERRIDE;
|
| - virtual void OnFileSynced(
|
| - const fileapi::FileSystemURL& url,
|
| - sync_file_system::SyncFileStatus status,
|
| - sync_file_system::SyncAction action,
|
| - sync_file_system::SyncDirection direction) OVERRIDE;
|
| + virtual void OnFileSynced(const storage::FileSystemURL& url,
|
| + sync_file_system::SyncFileStatus status,
|
| + sync_file_system::SyncAction action,
|
| + sync_file_system::SyncDirection direction) OVERRIDE;
|
|
|
| // sync_file_system::TaskLogger::Observer implementation.
|
| virtual void OnLogRecorded(
|
|
|