Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2082)

Unified Diff: chrome/browser/profiles/profile.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix & rebase Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 02d1b090cdef57a682c69b6625a3b4b01521959e..f27484c82d57e992e09e88e1cd71522fb26bc6ac 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,

Powered by Google App Engine
This is Rietveld 408576698