| Index: ppapi/tests/test_case.h
|
| diff --git a/ppapi/tests/test_case.h b/ppapi/tests/test_case.h
|
| index 75cafdafbfee82009b0f8757cebdecbf371bdaac..0df9d15ceb801d490669f9c4e3e2ca6b56ae49c9 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 {
|
|
|