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

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: trybots 4 Created 7 years, 10 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
« no previous file with comments | « chrome/browser/policy/user_info_fetcher.h ('k') | chrome/browser/signin/about_signin_internals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/policy/user_info_fetcher.h ('k') | chrome/browser/signin/about_signin_internals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698