diff options
Diffstat (limited to 'ui/aura_shell/shell.cc')
-rw-r--r-- | ui/aura_shell/shell.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/aura_shell/shell.cc b/ui/aura_shell/shell.cc index ddd08b5..0e1fb45 100644 --- a/ui/aura_shell/shell.cc +++ b/ui/aura_shell/shell.cc @@ -31,8 +31,8 @@ #include "ui/aura_shell/workspace_controller.h" #include "ui/gfx/compositor/layer.h" #include "ui/gfx/compositor/layer_animator.h" -#include "views/widget/native_widget_aura.h" -#include "views/widget/widget.h" +#include "ui/views/widget/native_widget_aura.h" +#include "ui/views/widget/widget.h" namespace aura_shell { |