Index: chrome/browser/importer/importer.h |
diff --git a/chrome/browser/importer/importer.h b/chrome/browser/importer/importer.h |
index d8cecac27f1f2ec8bd1574d8266656378854cf12..7c527fac960a323b38bb7a7646432376349804d9 100644 |
--- a/chrome/browser/importer/importer.h |
+++ b/chrome/browser/importer/importer.h |
@@ -109,9 +109,9 @@ class ImporterHost : public base::RefCountedThreadSafe<ImporterHost>, |
// NotificationObserver implementation. Called when TemplateURLModel has been |
// loaded. |
- void Observe(NotificationType type, |
- const NotificationSource& source, |
- const NotificationDetails& details); |
+ virtual void Observe(NotificationType type, |
+ const NotificationSource& source, |
+ const NotificationDetails& details); |
// ShowWarningDialog() asks user to close the application that is owning the |
// lock. They can retry or skip the importing process. |