| Index: ppapi/tests/test_paint_aggregator.cc
|
| diff --git a/ppapi/tests/test_paint_aggregator.cc b/ppapi/tests/test_paint_aggregator.cc
|
| index 77e2174ecc24c08f1af4d219c058eda9db5181d6..a04cff8a45ce9a70df7133d8528bf387eee931a1 100644
|
| --- a/ppapi/tests/test_paint_aggregator.cc
|
| +++ b/ppapi/tests/test_paint_aggregator.cc
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "ppapi/tests/test_paint_aggregator.h"
|
|
|
| -#include "ppapi/cpp/paint_aggregator.h"
|
| #include "ppapi/tests/testing_instance.h"
|
| +#include "ppapi/utility/graphics/paint_aggregator.h"
|
|
|
| REGISTER_TEST_CASE(PaintAggregator);
|
|
|
|
|