summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-12 13:51:27 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-12 13:51:27 +0000
commitc084925c810975c3050e512c2f4f237d14242f01 (patch)
tree1ec0edb28afdb4717b5f3ea926425ef9658359ed /chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm
parentaaacb7ce2b2c5bc57393fc863fd8b5e0d2ec5473 (diff)
downloadchromium_src-c084925c810975c3050e512c2f4f237d14242f01.zip
chromium_src-c084925c810975c3050e512c2f4f237d14242f01.tar.gz
chromium_src-c084925c810975c3050e512c2f4f237d14242f01.tar.bz2
browser: Rename Browser::tabstrip_model to Browser::tab_strip_model.
This was a TODO for me in browser.h R=ben@chromium.org TBR=thestig@chromium.org,sky@chromium.org,tim@chromium.org Review URL: https://chromiumcodereview.appspot.com/10388101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136769 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm')
-rw-r--r--chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm b/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm
index 4f17c77..bccec1c 100644
--- a/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm
@@ -68,7 +68,7 @@ class FullscreenExitBubbleControllerTest : public CocoaProfileTest {
TabContentsWrapper* tab_contents = Browser::TabContentsFactory(
profile(), site_instance_, MSG_ROUTING_NONE,
NULL, NULL);
- browser()->tabstrip_model()->AppendTabContents(
+ browser()->tab_strip_model()->AppendTabContents(
tab_contents, /*foreground=*/true);
}