| Index: chrome/browser/ui/views/frame/browser_frame_ash.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_frame_ash.cc b/chrome/browser/ui/views/frame/browser_frame_ash.cc
|
| index e38d9bd0e70a1b254359bfd98fab561ec06a74fd..906da991c61e8ebf6e73ee2767d4da3c870edfe9 100644
|
| --- a/chrome/browser/ui/views/frame/browser_frame_ash.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_frame_ash.cc
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "chrome/browser/ui/views/frame/browser_frame_ash.h"
|
|
|
| +#include "ash/common/wm/window_state.h"
|
| +#include "ash/common/wm/window_state_delegate.h"
|
| #include "ash/shell.h"
|
| -#include "ash/wm/common/window_state.h"
|
| -#include "ash/wm/common/window_state_delegate.h"
|
| #include "ash/wm/window_properties.h"
|
| #include "ash/wm/window_state_aura.h"
|
| #include "ash/wm/window_util.h"
|
|
|