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

Unified Diff: chrome/browser/policy/user_info_fetcher.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
Index: chrome/browser/policy/user_info_fetcher.h
diff --git a/chrome/browser/policy/user_info_fetcher.h b/chrome/browser/policy/user_info_fetcher.h
index a6e7982a8b3f9a5140ab825dda3758bdd6cd7c29..4257a47937d3c701e440c927a003fd982d56c057 100644
--- a/chrome/browser/policy/user_info_fetcher.h
+++ b/chrome/browser/policy/user_info_fetcher.h
@@ -28,6 +28,8 @@ class UserInfoFetcher : public net::URLFetcherDelegate {
public:
class Delegate {
public:
+ virtual ~Delegate() { }
+
// Invoked when the UserInfo request has succeeded, passing the parsed
// response in |response|. Delegate may free the UserInfoFetcher in this
// callback.
« no previous file with comments | « chrome/browser/metrics/variations/resource_request_allowed_notifier.h ('k') | chrome/browser/profiles/profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698