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

Unified Diff: webkit/quota/mock_quota_manager.h

Issue 10066044: RefCounted types should not have public destructors, webkit/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implementation ordering Created 8 years, 8 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 | « webkit/plugins/npapi/plugin_stream_url.cc ('k') | webkit/quota/mock_quota_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/quota/mock_quota_manager.h
diff --git a/webkit/quota/mock_quota_manager.h b/webkit/quota/mock_quota_manager.h
index 317c476fa8009773a2fcdfa3b2ceace4c52cd3e4..dac1eff9b002aeb9fffb0ecbf8cd1c058857e5ba 100644
--- a/webkit/quota/mock_quota_manager.h
+++ b/webkit/quota/mock_quota_manager.h
@@ -47,8 +47,6 @@ class MockQuotaManager : public QuotaManager {
base::MessageLoopProxy* db_thread,
SpecialStoragePolicy* special_storage_policy);
- virtual ~MockQuotaManager();
-
// Adds an origin to the canned list that will be searched through via
// GetOriginsModifiedSince. The caller must provide |quota_client_mask|
// which specifies the types of QuotaClients this canned origin contains
@@ -84,6 +82,9 @@ class MockQuotaManager : public QuotaManager {
int quota_client_mask,
const StatusCallback& callback) OVERRIDE;
+ protected:
+ virtual ~MockQuotaManager();
+
private:
class GetModifiedSinceTask;
class DeleteOriginDataTask;
« no previous file with comments | « webkit/plugins/npapi/plugin_stream_url.cc ('k') | webkit/quota/mock_quota_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698