summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/browser_navigator_browsertest_chromeos.cc')
-rw-r--r--chrome/browser/ui/browser_navigator_browsertest_chromeos.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc b/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc
index 478fb4c..37c2b77 100644
--- a/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc
+++ b/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -54,7 +54,7 @@ IN_PROC_BROWSER_TEST_F(BrowserGuestSessionNavigatorTest,
EXPECT_EQ(incognito_browser, p.browser);
EXPECT_EQ(2, incognito_browser->tab_count());
EXPECT_EQ(GURL("chrome://chrome/settings"),
- incognito_browser->GetSelectedWebContents()->GetURL());
+ incognito_browser->GetActiveWebContents()->GetURL());
}
} // namespace