diff options
Diffstat (limited to 'views/background.cc')
-rw-r--r-- | views/background.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/background.cc b/views/background.cc index 744aad9..a791f7f 100644 --- a/views/background.cc +++ b/views/background.cc @@ -4,8 +4,8 @@ #include "views/background.h" -#include "app/gfx/canvas.h" #include "base/logging.h" +#include "gfx/canvas.h" #include "gfx/color_utils.h" #include "skia/ext/skia_utils_win.h" #include "third_party/skia/include/core/SkPaint.h" |