| Index: ash/wm/default_state.cc
|
| diff --git a/ash/wm/default_state.cc b/ash/wm/default_state.cc
|
| index 354e99e27d381b0a319421aea0315f768752fb57..b5aec3874df9912a7a060cbc725d5b4b1209ba64 100644
|
| --- a/ash/wm/default_state.cc
|
| +++ b/ash/wm/default_state.cc
|
| @@ -31,7 +31,7 @@ const float kMinimumPercentOnScreenArea = 0.3f;
|
|
|
| bool IsPanel(aura::Window* window) {
|
| return window->parent() &&
|
| - window->parent()->id() == internal::kShellWindowId_PanelContainer;
|
| + window->parent()->id() == kShellWindowId_PanelContainer;
|
| }
|
|
|
| void MoveToDisplayForRestore(WindowState* window_state) {
|
|
|