| Index: content/shell/shell_aura.cc
|
| diff --git a/content/shell/shell_aura.cc b/content/shell/shell_aura.cc
|
| index 9a0cf9f3d6bb67f16fefad7f67e19f1ebe74f1b3..b956aec7404d467dd8ae5f04174a5a2c10e843db 100644
|
| --- a/content/shell/shell_aura.cc
|
| +++ b/content/shell/shell_aura.cc
|
| @@ -10,11 +10,11 @@
|
| #include "ui/aura/display_manager.h"
|
| #include "ui/aura/env.h"
|
| #include "ui/aura/root_window.h"
|
| -#include "ui/aura/window.h"
|
| #include "ui/aura/single_display_manager.h"
|
| +#include "ui/aura/window.h"
|
| #include "ui/base/accessibility/accessibility_types.h"
|
| #include "ui/base/clipboard/clipboard.h"
|
| -#include "ui/base/event.h"
|
| +#include "ui/base/events/event.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/screen.h"
|
| #include "ui/views/controls/button/text_button.h"
|
|
|