| Index: chrome/browser/dom_ui/new_tab_ui.h
|
| diff --git a/chrome/browser/dom_ui/new_tab_ui.h b/chrome/browser/dom_ui/new_tab_ui.h
|
| index abcd47a616614c485a17416a6c195036165ecadb..40add0320fe99614b6610a80a76ebbe995c4217a 100644
|
| --- a/chrome/browser/dom_ui/new_tab_ui.h
|
| +++ b/chrome/browser/dom_ui/new_tab_ui.h
|
| @@ -89,9 +89,9 @@ class NewTabUI : public DOMUI,
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(NewTabUITest, UpdateUserPrefsVersion);
|
|
|
| - void Observe(NotificationType type,
|
| - const NotificationSource& source,
|
| - const NotificationDetails& details);
|
| + virtual void Observe(NotificationType type,
|
| + const NotificationSource& source,
|
| + const NotificationDetails& details);
|
|
|
| // Reset the CSS caches.
|
| void InitializeCSSCaches();
|
|
|