Chromium Code Reviews| Index: ppapi/native_client/src/trusted/plugin/plugin_error.h |
| diff --git a/ppapi/native_client/src/trusted/plugin/plugin_error.h b/ppapi/native_client/src/trusted/plugin/plugin_error.h |
| index 9275b5d20b318c9fc681b6fc07570936d2a4563c..f811ba57698fa4989882685e988e6d10f9e3add0 100644 |
| --- a/ppapi/native_client/src/trusted/plugin/plugin_error.h |
| +++ b/ppapi/native_client/src/trusted/plugin/plugin_error.h |
| @@ -13,6 +13,8 @@ |
| #include <string> |
| +#include "native_client/src/include/nacl_macros.h" |
|
Mark Seaborn
2012/08/21 19:41:37
Is this change fixing #include-what-use-you? If s
Nick Bray (chromium)
2012/08/24 18:17:48
Done.
|
| + |
| namespace plugin { |
| // These error codes are reported via UMA so, if you edit them: |