summaryrefslogtreecommitdiffstats
path: root/chrome/browser/captive_portal
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-09 13:39:25 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-09 13:39:25 +0000
commit75072736267b699320cb3a5b253f01dbaeed9153 (patch)
treeeb9f858702217d0c5809f78eaf299e4061bb6ff1 /chrome/browser/captive_portal
parentc57cd8ea2b1742f30615ffd6b80dba8c5005cc2e (diff)
downloadchromium_src-75072736267b699320cb3a5b253f01dbaeed9153.zip
chromium_src-75072736267b699320cb3a5b253f01dbaeed9153.tar.gz
chromium_src-75072736267b699320cb3a5b253f01dbaeed9153.tar.bz2
browser: Move FindTabbedBrowser() function into chrome namespace.
BUG=133088 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/11779019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175792 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/captive_portal')
-rw-r--r--chrome/browser/captive_portal/captive_portal_browsertest.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/captive_portal/captive_portal_browsertest.cc b/chrome/browser/captive_portal/captive_portal_browsertest.cc
index fe36271..255851e 100644
--- a/chrome/browser/captive_portal/captive_portal_browsertest.cc
+++ b/chrome/browser/captive_portal/captive_portal_browsertest.cc
@@ -2070,8 +2070,8 @@ IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, DISABLED_TwoWindows) {
// when running multiple tests at once, the original browser window may
// remain the profile's active window.
Browser* active_browser =
- browser::FindTabbedBrowser(browser()->profile(), true,
- browser()->host_desktop_type());
+ chrome::FindTabbedBrowser(browser()->profile(), true,
+ browser()->host_desktop_type());
Browser* inactive_browser;
if (active_browser == browser2) {
// When only one test is running at a time, the new browser will probably be
@@ -2100,8 +2100,8 @@ IN_PROC_BROWSER_TEST_F(CaptivePortalBrowserTest, DISABLED_TwoWindows) {
// Make sure the active window hasn't changed, and its new tab is
// active.
ASSERT_EQ(active_browser,
- browser::FindTabbedBrowser(browser()->profile(), true,
- browser()->host_desktop_type()));
+ chrome::FindTabbedBrowser(browser()->profile(), true,
+ browser()->host_desktop_type()));
ASSERT_EQ(1, active_browser->tab_strip_model()->active_index());
// Check that the only two navigated tabs were the new error tab in the