Index: gfx/canvas_paint.h |
=================================================================== |
--- gfx/canvas_paint.h (revision 42240) |
+++ gfx/canvas_paint.h (working copy) |
@@ -5,7 +5,7 @@ |
#ifndef APP_GFX_CANVAS_PAINT_H_ |
#define APP_GFX_CANVAS_PAINT_H_ |
-#include "app/gfx/canvas.h" |
+#include "gfx/canvas.h" |
#include "skia/ext/canvas_paint.h" |
// Define a skia::CanvasPaint type that wraps our gfx::Canvas like the |