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 333b011..744aad9 100644 --- a/views/background.cc +++ b/views/background.cc @@ -5,8 +5,8 @@ #include "views/background.h" #include "app/gfx/canvas.h" -#include "app/gfx/color_utils.h" #include "base/logging.h" +#include "gfx/color_utils.h" #include "skia/ext/skia_utils_win.h" #include "third_party/skia/include/core/SkPaint.h" #include "views/painter.h" |