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 f8f82269c3e0ffc73c899d8013464afd273bbfde..0f735a8e7d11f5e8baefcc0f084f5bb4a409da05 100644 |
--- a/chrome/browser/ui/toolbar/toolbar_model_unittest.cc |
+++ b/chrome/browser/ui/toolbar/toolbar_model_unittest.cc |
@@ -254,7 +254,7 @@ void ToolbarModelTest::NavigateAndCheckTextImpl(const GURL& url, |
// Test that we don't replace any URLs when the query extraction is disabled. |
TEST_F(ToolbarModelTest, ShouldDisplayURLQueryExtractionDisabled) { |
- ASSERT_FALSE(chrome::IsQueryExtractionEnabled(profile())) |
+ ASSERT_FALSE(chrome::IsQueryExtractionEnabled()) |
<< "This test expects query extraction to be disabled."; |
ResetDefaultTemplateURL(); |
AddTab(browser(), GURL(content::kAboutBlankURL)); |