| Index: chrome/browser/autocomplete/keyword_provider.h
|
| diff --git a/chrome/browser/autocomplete/keyword_provider.h b/chrome/browser/autocomplete/keyword_provider.h
|
| index e39b5b61554c39ee7ebcb6c668668a60fef006c1..4a6ad90bacdafa25066ca56b76af0ca733bc84f0 100644
|
| --- a/chrome/browser/autocomplete/keyword_provider.h
|
| +++ b/chrome/browser/autocomplete/keyword_provider.h
|
| @@ -126,9 +126,9 @@ class KeywordProvider : public AutocompleteProvider,
|
| void MaybeEndExtensionKeywordMode();
|
|
|
| // NotificationObserver interface.
|
| - void Observe(NotificationType type,
|
| - const NotificationSource& source,
|
| - const NotificationDetails& details);
|
| + virtual void Observe(NotificationType type,
|
| + const NotificationSource& source,
|
| + const NotificationDetails& details);
|
|
|
| // Model for the keywords. This is only non-null when testing, otherwise the
|
| // TemplateURLModel from the Profile is used.
|
|
|