| Index: content/child/fileapi/webfilewriter_base.cc
|
| diff --git a/content/child/fileapi/webfilewriter_base.cc b/content/child/fileapi/webfilewriter_base.cc
|
| index fd0a2070c49e384a42f0e55683b44fe210db1f29..2d0707a51e23fb0e01efbd87e3cc4ebfd4c60ceb 100644
|
| --- a/content/child/fileapi/webfilewriter_base.cc
|
| +++ b/content/child/fileapi/webfilewriter_base.cc
|
| @@ -5,9 +5,9 @@
|
| #include "content/child/fileapi/webfilewriter_base.h"
|
|
|
| #include "base/logging.h"
|
| +#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 "third_party/WebKit/public/web/WebFileError.h"
|
| -#include "third_party/WebKit/public/web/WebFileWriterClient.h"
|
| #include "webkit/common/fileapi/file_system_util.h"
|
|
|
| using fileapi::PlatformFileErrorToWebFileError;
|
|
|