Chromium Code Reviews| 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..878899fb6f43e503d2aad83c208aad2a044e6a5e 100644 |
| --- a/content/child/fileapi/webfilewriter_base.cc |
| +++ b/content/child/fileapi/webfilewriter_base.cc |
| @@ -10,7 +10,7 @@ |
| #include "third_party/WebKit/public/platform/WebURL.h" |
| #include "webkit/common/fileapi/file_system_util.h" |
| -using fileapi::FileErrorToWebFileError; |
| +using storage::FileErrorToWebFileError; |
| namespace content { |