Index: ppapi/examples/2d/paint_manager_example.cc |
diff --git a/ppapi/examples/2d/paint_manager_example.cc b/ppapi/examples/2d/paint_manager_example.cc |
index fdf5a8b7fa1ee8daad788cf50ce733a300518c06..d3530cb33c8e4f6e508b19f6898e9bb744ca3b26 100644 |
--- a/ppapi/examples/2d/paint_manager_example.cc |
+++ b/ppapi/examples/2d/paint_manager_example.cc |
@@ -8,8 +8,8 @@ |
#include "ppapi/cpp/input_event.h" |
#include "ppapi/cpp/instance.h" |
#include "ppapi/cpp/module.h" |
-#include "ppapi/cpp/paint_manager.h" |
#include "ppapi/cpp/size.h" |
+#include "ppapi/utility/graphics/paint_manager.h" |
// Number of pixels to each side of the center of the square that we draw. |
static const int kSquareRadius = 2; |