Index: chrome/browser/ui/search/search_tab_helper.cc |
diff --git a/chrome/browser/ui/search/search_tab_helper.cc b/chrome/browser/ui/search/search_tab_helper.cc |
index c3ec930906d71511dff263928e0ad4635f4b721f..a14acd48953ad0899c06b30d2070040be97d7e87 100644 |
--- a/chrome/browser/ui/search/search_tab_helper.cc |
+++ b/chrome/browser/ui/search/search_tab_helper.cc |
@@ -219,7 +219,7 @@ void SearchTabHelper::OnTabDeactivated() { |
void SearchTabHelper::DidStartNavigationToPendingEntry( |
const GURL& url, |
- content::NavigationController::ReloadType /* reload_type */) { |
+ content::ReloadType /* reload_type */) { |
if (search::IsNTPURL(url, profile())) { |
// Set the title on any pending entry corresponding to the NTP. This |
// prevents any flickering of the tab title. |