diff options
Diffstat (limited to 'views/widget/root_view.cc')
-rw-r--r-- | views/widget/root_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/widget/root_view.cc b/views/widget/root_view.cc index 5a8bb74..fcfdf4f 100644 --- a/views/widget/root_view.cc +++ b/views/widget/root_view.cc @@ -7,10 +7,10 @@ #include <algorithm> #include "app/drag_drop_types.h" -#include "app/gfx/canvas.h" #include "base/keyboard_codes.h" #include "base/logging.h" #include "base/message_loop.h" +#include "gfx/canvas.h" #include "views/fill_layout.h" #include "views/focus/view_storage.h" #include "views/widget/widget.h" |