| 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 0f467f2d958b7f478cf6c8eb5b43a4966d4b3422..6eb89fb2496f3b3c645fefa74bbaafad9d7b6ec5 100644
|
| --- a/chrome/browser/ui/search/search_tab_helper.cc
|
| +++ b/chrome/browser/ui/search/search_tab_helper.cc
|
| @@ -227,7 +227,7 @@ bool SearchTabHelper::IsSearchResultsPage() {
|
|
|
| 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.
|
|
|