Index: chrome/browser/sync/test/integration/autofill_helper.cc |
diff --git a/chrome/browser/sync/test/integration/autofill_helper.cc b/chrome/browser/sync/test/integration/autofill_helper.cc |
index b22b5041e01a64ebd4eb05bf8e54ea4eca4566e7..7f2dd3b8a04993ca76c92d66a936c939891c0a66 100644 |
--- a/chrome/browser/sync/test/integration/autofill_helper.cc |
+++ b/chrome/browser/sync/test/integration/autofill_helper.cc |
@@ -35,6 +35,8 @@ ACTION_P(SignalEvent, event) { |
class AutofillDBThreadObserverHelper : public DBThreadObserverHelper { |
protected: |
+ virtual ~AutofillDBThreadObserverHelper() {} |
+ |
virtual void RegisterObservers() { |
registrar_.Add(&observer_, |
chrome::NOTIFICATION_AUTOFILL_ENTRIES_CHANGED, |