| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac_browsertest.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac_browsertest.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac_browsertest.mm
|
| index 2cbc950b3fc5967b4ee3b35e61e056eae2cd821c..03493c170a4b6bbabbbecebf59cac439edb610e8 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac_browsertest.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac_browsertest.mm
|
| @@ -59,7 +59,7 @@ IN_PROC_BROWSER_TEST_F(LocationBarViewMacBrowserTest, SearchToken) {
|
| EXPECT_FALSE(GetSeparatorDecoration()->IsVisible());
|
|
|
| test_toolbar_model_.SetInputInProgress(false);
|
| - test_toolbar_model_.set_replace_search_url_with_search_terms(true);
|
| + test_toolbar_model_.set_search_term_type(ToolbarModel::SEARCH_TERM_NORMAL);
|
| GetLocationBar()->Layout();
|
| EXPECT_TRUE(GetSearchTokenDecoration()->IsVisible());
|
| EXPECT_TRUE(GetSeparatorDecoration()->IsVisible());
|
|
|