Chromium Code Reviews| Index: ppapi/tests/test_uma.h |
| diff --git a/ppapi/tests/test_uma.h b/ppapi/tests/test_uma.h |
| index d44648f7ab08b723d6faef45d88f6bb22a69ba45..81fe99095b3db62a96b47a3428133875c89344d9 100644 |
| --- a/ppapi/tests/test_uma.h |
| +++ b/ppapi/tests/test_uma.h |
| @@ -7,10 +7,9 @@ |
| #include <string> |
| +#include "ppapi/c/private/ppb_uma_private.h" |
| #include "ppapi/tests/test_case.h" |
| -struct PPB_UMA_Private; |
| - |
| class TestUMA : public TestCase { |
| public: |
| explicit TestUMA(TestingInstance* instance) : TestCase(instance) {} |