| Index: chrome/browser/ui/browser_instant_controller.h
|
| diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h
|
| index f6d2bde6f6b232a720a0c4b830ec6bbd7897bdef..3708669bb3da12688a7cf7cd627580f8b119a31a 100644
|
| --- a/chrome/browser/ui/browser_instant_controller.h
|
| +++ b/chrome/browser/ui/browser_instant_controller.h
|
| @@ -111,8 +111,9 @@ class BrowserInstantController : public content::NotificationObserver,
|
| void ResetInstant(const std::string& pref_name);
|
|
|
| // Overridden from search::SearchModelObserver:
|
| - virtual void ModeChanged(const search::Mode& old_mode,
|
| - const search::Mode& new_mode) OVERRIDE;
|
| + virtual void ModelChanged(
|
| + const search::SearchModel::State& old_state,
|
| + const search::SearchModel::State& new_state) OVERRIDE;
|
|
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
|
|