Chromium Code Reviews| Index: ppapi/tests/testing_instance.cc |
| diff --git a/ppapi/tests/testing_instance.cc b/ppapi/tests/testing_instance.cc |
| index b1eaae460e3b83007848706f5424b692704c2ffa..cfd79ca8ec3675aec41923d256779d0e2440622c 100644 |
| --- a/ppapi/tests/testing_instance.cc |
| +++ b/ppapi/tests/testing_instance.cc |
| @@ -13,8 +13,10 @@ |
| #include "ppapi/cpp/core.h" |
| #include "ppapi/cpp/module.h" |
| #include "ppapi/cpp/var.h" |
| +#include "ppapi/cpp/var_dictionary.h" |
| #include "ppapi/cpp/view.h" |
| #include "ppapi/tests/test_case.h" |
| +#include "ppapi/tests/test_utils.h" |
|
raymes
2015/04/20 01:05:32
nit: I think these can be removed now?
tommycli
2015/04/20 18:04:01
Done.
|
| TestCaseFactory* TestCaseFactory::head_ = NULL; |