Index: chrome/browser/extensions/install_observer.h |
diff --git a/chrome/browser/extensions/install_observer.h b/chrome/browser/extensions/install_observer.h |
index 0185dd374212232dc27bc4a586cd6548e2d874d7..7a68d365f1ea3414c35018af9553d0961ad53d76 100644 |
--- a/chrome/browser/extensions/install_observer.h |
+++ b/chrome/browser/extensions/install_observer.h |
@@ -69,6 +69,7 @@ class InstallObserver { |
virtual void OnShutdown() {} |
protected: |
+ InstallObserver() = default; |
virtual ~InstallObserver() {} |
}; |