Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index 40ca85de73bb64ed48b0636ff06803141ee44de5..65eb0c9225944af750b305f6c0da13ce2fe26266 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -121,6 +121,8 @@ class Profile : public content::BrowserContext { |
class Delegate { |
public: |
+ virtual ~Delegate() {} |
+ |
// Called when creation of the profile is finished. |
virtual void OnProfileCreated(Profile* profile, |
bool success, |