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 6e35ae9b76a0ce9b9ade48148b9f95cc4adb0f66..b8bf95e03ba31001d66e1cc2c274264dd69ba4f9 100644 |
--- a/chrome/browser/ui/browser_instant_controller.h |
+++ b/chrome/browser/ui/browser_instant_controller.h |
@@ -53,7 +53,8 @@ class BrowserInstantController : public SearchModelObserver, |
const SearchModel::State& new_state) override; |
// InstantServiceObserver: |
- void DefaultSearchProviderChanged() override; |
+ void DefaultSearchProviderChanged( |
+ bool google_base_url_domain_changed) override; |
// Replaces the contents at tab |index| with |new_contents| and deletes the |
// existing contents. |