Index: ash/focus_cycler.cc |
diff --git a/ash/focus_cycler.cc b/ash/focus_cycler.cc |
index 8d344993cf46b015feb9d4da0508f0ba9ae55c17..801cd357616fe146878d91d05c1fc5df2686e70c 100644 |
--- a/ash/focus_cycler.cc |
+++ b/ash/focus_cycler.cc |
@@ -17,7 +17,7 @@ namespace ash { |
namespace { |
bool HasFocusableWindow() { |
- return !WindowCycleController::BuildWindowList().empty(); |
+ return !WindowCycleController::BuildWindowList(NULL).empty(); |
} |
} // namespace |