Chromium Code Reviews| Index: chrome/browser/extensions/api/image_writer_private/operation_linux.cc |
| diff --git a/chrome/browser/extensions/api/image_writer_private/operation_linux.cc b/chrome/browser/extensions/api/image_writer_private/operation_linux.cc |
| index df34834b6e8579852ed0fe2c7bcbc586ed073f04..9ac42c2b660819742cb95fb4c0ab29fc31eb0dd2 100644 |
| --- a/chrome/browser/extensions/api/image_writer_private/operation_linux.cc |
| +++ b/chrome/browser/extensions/api/image_writer_private/operation_linux.cc |
| @@ -3,6 +3,7 @@ |
| // found in the LICENSE file. |
| #include "base/file_util.h" |
| +#include "base/files/file.h" |
|
Drew Haven
2014/02/20 18:34:08
Is this import dangling from elsewhere? I don't s
rvargas (doing something else)
2014/02/20 19:38:04
You added PlatformFile to this file without adding
|
| #include "base/files/file_enumerator.h" |
| #include "base/threading/worker_pool.h" |
| #include "chrome/browser/extensions/api/image_writer_private/error_messages.h" |