| Index: chrome/browser/ui/search/instant_page.h
|
| diff --git a/chrome/browser/ui/search/instant_page.h b/chrome/browser/ui/search/instant_page.h
|
| index 1d6d069bc6776fb433e99d1325c67fbe99e56411..cada7626bfb213ac7ef8c88d1b2db966208e1340 100644
|
| --- a/chrome/browser/ui/search/instant_page.h
|
| +++ b/chrome/browser/ui/search/instant_page.h
|
| @@ -102,11 +102,11 @@ class InstantPage : public content::WebContentsObserver,
|
| virtual void DidCommitProvisionalLoadForFrame(
|
| content::RenderFrameHost* render_frame_host,
|
| const GURL& url,
|
| - ui::PageTransition transition_type) OVERRIDE;
|
| + ui::PageTransition transition_type) override;
|
|
|
| // Overridden from SearchModelObserver:
|
| virtual void ModelChanged(const SearchModel::State& old_state,
|
| - const SearchModel::State& new_state) OVERRIDE;
|
| + const SearchModel::State& new_state) override;
|
|
|
| // Update the status of Instant support.
|
| void InstantSupportDetermined(bool supports_instant);
|
|
|