| Index: chrome/browser/sync_file_system/file_status_observer.h
|
| diff --git a/chrome/browser/sync_file_system/file_status_observer.h b/chrome/browser/sync_file_system/file_status_observer.h
|
| index fc60bb42d5e7301685ce7de42c946339781238cf..c9a546e3e806ab542ee3849a6582bf1d3cd987fb 100644
|
| --- a/chrome/browser/sync_file_system/file_status_observer.h
|
| +++ b/chrome/browser/sync_file_system/file_status_observer.h
|
| @@ -10,7 +10,7 @@
|
| #include "chrome/browser/sync_file_system/sync_direction.h"
|
| #include "chrome/browser/sync_file_system/sync_file_status.h"
|
|
|
| -namespace fileapi {
|
| +namespace storage {
|
| class FileSystemURL;
|
| }
|
|
|
| @@ -21,7 +21,7 @@ class FileStatusObserver {
|
| FileStatusObserver() {}
|
| virtual ~FileStatusObserver() {}
|
|
|
| - virtual void OnFileStatusChanged(const fileapi::FileSystemURL& url,
|
| + virtual void OnFileStatusChanged(const storage::FileSystemURL& url,
|
| SyncFileStatus sync_status,
|
| SyncAction action_taken,
|
| SyncDirection direction) = 0;
|
|
|