| Index: chrome/browser/ui/toolbar/toolbar_model_unittest.cc
|
| diff --git a/chrome/browser/ui/toolbar/toolbar_model_unittest.cc b/chrome/browser/ui/toolbar/toolbar_model_unittest.cc
|
| index f05cd584cfe20f5987f2202d70ed39a913912e4e..11170f244b797705121ec96ce9a2f783c68037b7 100644
|
| --- a/chrome/browser/ui/toolbar/toolbar_model_unittest.cc
|
| +++ b/chrome/browser/ui/toolbar/toolbar_model_unittest.cc
|
| @@ -238,7 +238,7 @@ class ToolbarModelTest : public BrowserWithTestWindowTest {
|
|
|
| // Test that we don't replace any URLs when the query extraction is disabled.
|
| TEST_F(ToolbarModelTest, ShouldDisplayURLQueryExtractionDisabled) {
|
| - ASSERT_FALSE(chrome::IsQueryExtractionEnabled())
|
| + ASSERT_FALSE(chrome::IsQueryExtractionEnabled(profile()))
|
| << "This test expects query extraction to be disabled.";
|
|
|
| ResetDefaultTemplateURL();
|
|
|