Index: content/public/common/url_fetcher_delegate.h |
diff --git a/content/public/common/url_fetcher_delegate.h b/content/public/common/url_fetcher_delegate.h |
index c46ee1777a938b484527467ee2c764fe9a3a90c5..4fb8505281c89072801f12439bf3d2626982db67 100644 |
--- a/content/public/common/url_fetcher_delegate.h |
+++ b/content/public/common/url_fetcher_delegate.h |
@@ -18,7 +18,10 @@ class URLFetcher; |
// We inherit from net::URLFetcherDelegate so that we can still |
// forward-declare URLFetcherDelegate (which we can't do with a |
// typedef). |
-class URLFetcherDelegate : public net::URLFetcherDelegate {}; |
+class URLFetcherDelegate : public net::URLFetcherDelegate { |
+ protected: |
+ virtual ~URLFetcherDelegate() {} |
+}; |
} // namespace content |