| Index: content/child/fileapi/webfilewriter_base.cc
|
| diff --git a/content/child/fileapi/webfilewriter_base.cc b/content/child/fileapi/webfilewriter_base.cc
|
| index a0ede79081432cc64ec6347ba06f40da0bbba503..b25ae7ea612e67c88976fc935c0a958ac7fc281c 100644
|
| --- a/content/child/fileapi/webfilewriter_base.cc
|
| +++ b/content/child/fileapi/webfilewriter_base.cc
|
| @@ -8,9 +8,9 @@
|
| #include "third_party/WebKit/public/platform/WebFileError.h"
|
| #include "third_party/WebKit/public/platform/WebFileWriterClient.h"
|
| #include "third_party/WebKit/public/platform/WebURL.h"
|
| -#include "webkit/common/fileapi/file_system_util.h"
|
| +#include "storage/common/fileapi/file_system_util.h"
|
|
|
| -using fileapi::FileErrorToWebFileError;
|
| +using storage::FileErrorToWebFileError;
|
|
|
| namespace content {
|
|
|
|
|