| Index: ash/wm/overview/window_selector_item.h
|
| diff --git a/ash/wm/overview/window_selector_item.h b/ash/wm/overview/window_selector_item.h
|
| index 0ea7178976a970cbb377e870f42f4977e2aee565..eedf3e1f9153c56f33d0073018cb147bbf2e091a 100644
|
| --- a/ash/wm/overview/window_selector_item.h
|
| +++ b/ash/wm/overview/window_selector_item.h
|
| @@ -86,7 +86,7 @@ class WindowSelectorItem {
|
| gfx::Rect bounds_;
|
|
|
| // True if running SetItemBounds. This prevents recursive calls resulting from
|
| - // the bounds update when calling views::corewm::RecreateWindowLayers to copy
|
| + // the bounds update when calling ::wm::RecreateWindowLayers to copy
|
| // a window layer for display on another monitor.
|
| bool in_bounds_update_;
|
|
|
|
|