diff options
Diffstat (limited to 'views/view.cc')
-rw-r--r-- | views/view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/view.cc b/views/view.cc index a35cf49..a03378e 100644 --- a/views/view.cc +++ b/views/view.cc @@ -10,12 +10,12 @@ #endif #include "app/drag_drop_types.h" -#include "app/gfx/canvas.h" #include "base/i18n/rtl.h" #include "base/logging.h" #include "base/message_loop.h" #include "base/scoped_handle.h" #include "base/utf_string_conversions.h" +#include "gfx/canvas.h" #include "gfx/path.h" #include "third_party/skia/include/core/SkShader.h" #include "views/background.h" |