Chromium Code Reviews| Index: ppapi/tests/test_case.h |
| diff --git a/ppapi/tests/test_case.h b/ppapi/tests/test_case.h |
| index 8ea3aef5d7c3af2cb1cd78ccfc5c51104cbdeb36..1307266524570db0ce1f8ee036b62426d7385236 100644 |
| --- a/ppapi/tests/test_case.h |
| +++ b/ppapi/tests/test_case.h |
| @@ -10,6 +10,7 @@ |
| #include <string> |
| #include "ppapi/c/pp_resource.h" |
| +#include "ppapi/c/dev/ppb_testing_dev.h" |
| #include "ppapi/cpp/dev/scrollbar_dev.h" |
| #if (defined __native_client__) |
| @@ -18,7 +19,6 @@ |
| #include "ppapi/cpp/private/var_private.h" |
| #endif |
| -struct PPB_Testing_Dev; |
| class TestingInstance; |
| namespace pp { |