Chromium Code Reviews| Index: webkit/plugins/ppapi/ppb_file_ref_impl.h |
| diff --git a/webkit/plugins/ppapi/ppb_file_ref_impl.h b/webkit/plugins/ppapi/ppb_file_ref_impl.h |
| index 5604eab728fa160d7210f21efa78e2140773a314..c8185d0650873aaaeea4e55e0249e1cddfb74c23 100644 |
| --- a/webkit/plugins/ppapi/ppb_file_ref_impl.h |
| +++ b/webkit/plugins/ppapi/ppb_file_ref_impl.h |
| @@ -9,6 +9,7 @@ |
| #include <vector> |
| #include "base/files/file_path.h" |
| +#include "base/files/file_util_proxy.h" |
|
kinuko
2013/05/16 05:17:31
I guessed including this in .cc (but not in .h) ma
nhiroki
2013/05/16 05:44:52
Done.
|
| #include "base/memory/linked_ptr.h" |
| #include "googleurl/src/gurl.h" |
| #include "ppapi/c/pp_file_info.h" |