Chromium Code Reviews| Index: ppapi/thunk/ppb_instance_api.h |
| diff --git a/ppapi/thunk/ppb_instance_api.h b/ppapi/thunk/ppb_instance_api.h |
| index cb524184eca320bd84810a97aad8076b54890fb0..96fab6c2c3f7d045af047980dbd7c0cc27d68660 100644 |
| --- a/ppapi/thunk/ppb_instance_api.h |
| +++ b/ppapi/thunk/ppb_instance_api.h |
| @@ -9,6 +9,7 @@ |
| #include "base/memory/scoped_ptr.h" |
| #include "ppapi/c/dev/ppb_console_dev.h" |
| #include "ppapi/c/dev/ppb_text_input_dev.h" |
| +#include "ppapi/c/dev/ppb_trace_event_dev.h" |
|
brettw
2013/01/02 22:44:25
I think you can revert this file.
elijahtaylor1
2013/01/03 22:11:35
Done.
|
| #include "ppapi/c/dev/ppb_url_util_dev.h" |
| #include "ppapi/c/pp_bool.h" |
| #include "ppapi/c/pp_completion_callback.h" |
| @@ -148,6 +149,7 @@ class PPB_Instance_API { |
| // Testing and URLUtil. |
| virtual PP_Var GetDocumentURL(PP_Instance instance, |
| PP_URLComponents_Dev* components) = 0; |
| + |
| #if !defined(OS_NACL) |
| // Content Decryptor. |
| virtual void NeedKey(PP_Instance instance, |