summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/tabs/pinned_tab_codec_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/tabs/pinned_tab_codec_unittest.cc')
-rw-r--r--chrome/browser/ui/tabs/pinned_tab_codec_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/tabs/pinned_tab_codec_unittest.cc b/chrome/browser/ui/tabs/pinned_tab_codec_unittest.cc
index 82b3f0e..39c28a9 100644
--- a/chrome/browser/ui/tabs/pinned_tab_codec_unittest.cc
+++ b/chrome/browser/ui/tabs/pinned_tab_codec_unittest.cc
@@ -39,7 +39,7 @@ TEST_F(PinnedTabCodecTest, PinnedAndNonPinned) {
// AddTab inserts at index 0, so order after this is url1, url2.
AddTab(browser(), url1);
- browser()->tabstrip_model()->SetTabPinned(0, true);
+ browser()->tab_strip_model()->SetTabPinned(0, true);
PinnedTabCodec::WritePinnedTabs(profile());
@@ -48,7 +48,7 @@ TEST_F(PinnedTabCodecTest, PinnedAndNonPinned) {
EXPECT_EQ("http://www.google.com/::pinned:", result);
// Update pinned tabs and restore back the old value directly.
- browser()->tabstrip_model()->SetTabPinned(1, true);
+ browser()->tab_strip_model()->SetTabPinned(1, true);
PinnedTabCodec::WritePinnedTabs(profile());
result = PinnedTabTestUtils::TabsToString(