| Index: chrome/browser/chromeos/file_system_provider/operations/unmount.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/operations/unmount.h b/chrome/browser/chromeos/file_system_provider/operations/unmount.h
|
| index b6614d4a332c153b3cd3e01c122a2eca47afbc53..6ac81951a5a41ecbeb5646ad3bcd378909508f8a 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/operations/unmount.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/operations/unmount.h
|
| @@ -31,7 +31,7 @@ class Unmount : public Operation {
|
| public:
|
| Unmount(extensions::EventRouter* event_router,
|
| const ProvidedFileSystemInfo& file_system_info,
|
| - const fileapi::AsyncFileUtil::StatusCallback& callback);
|
| + const storage::AsyncFileUtil::StatusCallback& callback);
|
| virtual ~Unmount();
|
|
|
| // Operation overrides.
|
| @@ -44,7 +44,7 @@ class Unmount : public Operation {
|
| base::File::Error error) OVERRIDE;
|
|
|
| private:
|
| - const fileapi::AsyncFileUtil::StatusCallback callback_;
|
| + const storage::AsyncFileUtil::StatusCallback callback_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(Unmount);
|
| };
|
|
|