From 69cda6547de3c2bc25e6476607e7550ba548cac9 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Wed, 21 Dec 2011 05:09:04 +0000 Subject: Rename TabContents::controller() to GetController and put it into the WebContents namespace. BUG=98716 TBR=dpranke Review URL: http://codereview.chromium.org/8956050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115276 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/instant/instant_browsertest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/instant/instant_browsertest.cc') diff --git a/chrome/browser/instant/instant_browsertest.cc b/chrome/browser/instant/instant_browsertest.cc index 93f389e..d0e5316 100644 --- a/chrome/browser/instant/instant_browsertest.cc +++ b/chrome/browser/instant/instant_browsertest.cc @@ -314,7 +314,7 @@ IN_PROC_BROWSER_TEST_F(InstantTest, MAYBE(OnSubmitEvent)) { // We should have two entries. One corresponding to the page the user was // first on, and one for the search page. - EXPECT_EQ(2, preview_tab->controller().entry_count()); + EXPECT_EQ(2, preview_tab->GetController().entry_count()); // Check that the value is reflected and onsubmit is called. EXPECT_EQ("true 1 0 1 true d false defghi true 3 3", -- cgit v1.1