| Index: ash/shelf/shelf_window_targeter.cc
|
| diff --git a/ash/shelf/shelf_window_targeter.cc b/ash/shelf/shelf_window_targeter.cc
|
| index 142d877264fe17542bdc0b2868eb0a8864f2f9f9..e8198b2dd782a86b2cc5a53949f8c53f5915ba1c 100644
|
| --- a/ash/shelf/shelf_window_targeter.cc
|
| +++ b/ash/shelf/shelf_window_targeter.cc
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "ash/shelf/shelf_window_targeter.h"
|
|
|
| -#include "ash/aura/wm_window_aura.h"
|
| #include "ash/common/shelf/shelf_constants.h"
|
| #include "ash/common/shelf/wm_shelf.h"
|
| #include "ash/common/wm_window.h"
|
| @@ -25,7 +24,7 @@ gfx::Insets GetInsetsForAlignment(int distance, ShelfAlignment alignment) {
|
| } // namespace
|
|
|
| ShelfWindowTargeter::ShelfWindowTargeter(WmWindow* container, WmShelf* shelf)
|
| - : ::wm::EasyResizeWindowTargeter(WmWindowAura::GetAuraWindow(container),
|
| + : ::wm::EasyResizeWindowTargeter(WmWindow::GetAuraWindow(container),
|
| gfx::Insets(),
|
| gfx::Insets()),
|
| shelf_(shelf) {
|
|
|