Index: chrome/browser/extensions/api/tabs/tabs.cc |
diff --git a/chrome/browser/extensions/api/tabs/tabs.cc b/chrome/browser/extensions/api/tabs/tabs.cc |
index d6827db4497bfa101137fc6bdfca57151e32b0c1..b7871dc3e1b62edc724347bacea4754ed58b50ef 100644 |
--- a/chrome/browser/extensions/api/tabs/tabs.cc |
+++ b/chrome/browser/extensions/api/tabs/tabs.cc |
@@ -300,7 +300,7 @@ bool GetLastFocusedWindowFunction::RunImpl() { |
// Note: currently this returns the last active browser. If we decide to |
// include other window types (e.g. panels), we will need to add logic to |
// WindowControllerList that mirrors the active behavior of BrowserList. |
- Browser* browser = browser::FindAnyBrowser( |
+ Browser* browser = chrome::FindAnyBrowser( |
profile(), include_incognito(), chrome::GetActiveDesktop()); |
if (!browser || !browser->window()) { |
error_ = keys::kNoLastFocusedWindowError; |