| Index: ash/wm/workspace/frame_maximize_button.cc
|
| diff --git a/ash/wm/workspace/frame_maximize_button.cc b/ash/wm/workspace/frame_maximize_button.cc
|
| index 2d08e9282852300e50fb9b57f87b1634c2a0e7af..cf63df127a6576a51f41cf0015a8545a85ce770a 100644
|
| --- a/ash/wm/workspace/frame_maximize_button.cc
|
| +++ b/ash/wm/workspace/frame_maximize_button.cc
|
| @@ -7,15 +7,15 @@
|
| #include "ash/launcher/launcher.h"
|
| #include "ash/screen_ash.h"
|
| #include "ash/shell.h"
|
| -#include "ash/wm/property_util.h"
|
| #include "ash/wm/maximize_bubble_controller.h"
|
| +#include "ash/wm/property_util.h"
|
| #include "ash/wm/workspace/phantom_window_controller.h"
|
| #include "ash/wm/workspace/snap_sizer.h"
|
| #include "grit/ash_strings.h"
|
| #include "grit/ui_resources.h"
|
| #include "ui/aura/event_filter.h"
|
| #include "ui/aura/window.h"
|
| -#include "ui/base/event.h"
|
| +#include "ui/base/events/event.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/gfx/image/image.h"
|
|
|