Index: chrome/browser/automation/automation_provider_observers.h |
diff --git a/chrome/browser/automation/automation_provider_observers.h b/chrome/browser/automation/automation_provider_observers.h |
index 8706d85ef95d8d3964360296e41b56effefcd548..5c7b77b5a7f6301a43e4067cc883d8e4d1991bba 100644 |
--- a/chrome/browser/automation/automation_provider_observers.h |
+++ b/chrome/browser/automation/automation_provider_observers.h |
@@ -508,6 +508,7 @@ class DocumentPrintedNotificationObserver : public NotificationObserver { |
class MetricEventDurationObserver : public NotificationObserver { |
public: |
MetricEventDurationObserver(); |
+ virtual ~MetricEventDurationObserver(); |
// Get the duration of an event. Returns -1 if we haven't seen the event. |
int GetEventDurationMs(const std::string& event_name); |
@@ -530,6 +531,7 @@ class PageTranslatedObserver : public NotificationObserver { |
PageTranslatedObserver(AutomationProvider* automation, |
IPC::Message* reply_message, |
TabContents* tab_contents); |
+ virtual ~PageTranslatedObserver(); |
// NotificationObserver interface. |
virtual void Observe(NotificationType type, |