summaryrefslogtreecommitdiffstats
path: root/content/test/layout_browsertest.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-13 21:06:51 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-13 21:06:51 +0000
commit1e23ec07b41b1ffa0a54f1dff217bec32b59f83c (patch)
tree7641ca8cf26082689869d9ef14a302c42f668112 /content/test/layout_browsertest.cc
parentfa234a15ddccfac8c284e1191f8fffd9481f95cf (diff)
downloadchromium_src-1e23ec07b41b1ffa0a54f1dff217bec32b59f83c.zip
chromium_src-1e23ec07b41b1ffa0a54f1dff217bec32b59f83c.tar.gz
chromium_src-1e23ec07b41b1ffa0a54f1dff217bec32b59f83c.tar.bz2
TabContentsWrapper -> TabContents, part 57.
That's really all. BUG=131026 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10539134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141971 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/layout_browsertest.cc')
-rw-r--r--content/test/layout_browsertest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/layout_browsertest.cc b/content/test/layout_browsertest.cc
index 469a45a..1d23291 100644
--- a/content/test/layout_browsertest.cc
+++ b/content/test/layout_browsertest.cc
@@ -186,7 +186,7 @@ void InProcessBrowserLayoutTest::RunLayoutTestInternal(
LOG(INFO) << "Navigating to URL " << url << " and blocking.";
const string16 expected_title = ASCIIToUTF16("done");
ui_test_utils::TitleWatcher title_watcher(
- browser()->GetSelectedWebContents(), expected_title);
+ browser()->GetActiveWebContents(), expected_title);
ui_test_utils::NavigateToURL(browser(), url);
LOG(INFO) << "Navigation completed, now waiting for title.";
string16 final_title = title_watcher.WaitAndGetTitle();