| Index: chrome/browser/extensions/api/downloads/downloads_api_unittest.cc
|
| diff --git a/chrome/browser/extensions/api/downloads/downloads_api_unittest.cc b/chrome/browser/extensions/api/downloads/downloads_api_unittest.cc
|
| index d4cd8d372bda338d495a8bf8f5767e6ad4fb8c22..6585932a30134ca72660b06bd4c31d17bf303a15 100644
|
| --- a/chrome/browser/extensions/api/downloads/downloads_api_unittest.cc
|
| +++ b/chrome/browser/extensions/api/downloads/downloads_api_unittest.cc
|
| @@ -49,7 +49,7 @@
|
| #include "webkit/blob/blob_storage_controller.h"
|
| #include "webkit/blob/blob_url_request_job.h"
|
| #include "webkit/fileapi/file_system_context.h"
|
| -#include "webkit/fileapi/file_system_operation_interface.h"
|
| +#include "webkit/fileapi/file_system_operation.h"
|
| #include "webkit/fileapi/file_system_url.h"
|
|
|
| using content::BrowserContext;
|
| @@ -718,7 +718,7 @@ class HTML5FileWriter {
|
| &HTML5FileWriter::CreateFile, base::Unretained(this))));
|
| }
|
|
|
| - fileapi::FileSystemOperationInterface* operation() {
|
| + fileapi::FileSystemOperation* operation() {
|
| return fs_->CreateFileSystemOperation(fileapi::FileSystemURL(GURL(root_)));
|
| }
|
|
|
|
|