Chromium Code Reviews| Index: ash/focus_cycler.cc |
| diff --git a/ash/focus_cycler.cc b/ash/focus_cycler.cc |
| index 2ccf256b3a2110d1e115e219e223219cfddad363..b0d6d4d37f466140a87d3c6b1687d2c42982fbac 100644 |
| --- a/ash/focus_cycler.cc |
| +++ b/ash/focus_cycler.cc |
| @@ -19,7 +19,7 @@ |
| namespace { |
| bool HasFocusableWindow() { |
| - return !MruWindowTracker::BuildWindowList().empty(); |
| + return !MruWindowTracker::BuildWindowList(false).empty(); |
| } |
| } // namespace |