Index: chrome/browser/automation/automation_provider_observers.cc |
diff --git a/chrome/browser/automation/automation_provider_observers.cc b/chrome/browser/automation/automation_provider_observers.cc |
index d836beec2523a5c969cd2b2f4b932be61b3eae1b..b98d78c948c157735ea9f102de45b9309e4b8fad 100644 |
--- a/chrome/browser/automation/automation_provider_observers.cc |
+++ b/chrome/browser/automation/automation_provider_observers.cc |
@@ -973,6 +973,8 @@ MetricEventDurationObserver::MetricEventDurationObserver() { |
NotificationService::AllSources()); |
} |
+MetricEventDurationObserver::~MetricEventDurationObserver() {} |
+ |
int MetricEventDurationObserver::GetEventDurationMs( |
const std::string& event_name) { |
EventDurationMap::const_iterator it = durations_.find(event_name); |
@@ -1002,6 +1004,8 @@ PageTranslatedObserver::PageTranslatedObserver(AutomationProvider* automation, |
Source<TabContents>(tab_contents)); |
} |
+PageTranslatedObserver::~PageTranslatedObserver() {} |
+ |
void PageTranslatedObserver::Observe(NotificationType type, |
const NotificationSource& source, |
const NotificationDetails& details) { |