Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(470)

Unified Diff: chrome/browser/chromeos/options/network_config_view.cc

Issue 10377177: Fix build. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/options/network_config_view.cc
===================================================================
--- chrome/browser/chromeos/options/network_config_view.cc (revision 137512)
+++ chrome/browser/chromeos/options/network_config_view.cc (working copy)
@@ -13,7 +13,7 @@
#include "chrome/browser/chromeos/options/wifi_config_view.h"
#include "chrome/browser/profiles/profile_manager.h"
#include "chrome/browser/ui/browser.h"
-#include "chrome/browser/ui/browser_list.h"
+#include "chrome/browser/ui/browser_finder.h"
#include "chrome/browser/ui/browser_window.h"
#include "grit/chromium_strings.h"
#include "grit/generated_resources.h"
@@ -36,7 +36,7 @@
if (chromeos::BaseLoginDisplayHost::default_host()) {
return chromeos::BaseLoginDisplayHost::default_host()->GetNativeWindow();
} else {
- Browser* browser = BrowserList::FindTabbedBrowser(
+ Browser* browser = browser::FindTabbedBrowser(
ProfileManager::GetDefaultProfileOrOffTheRecord(), true);
if (browser)
return browser->window()->GetNativeHandle();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698