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

Unified Diff: Source/modules/quota/StorageUsageCallback.h

Issue 563703002: Oilpan: Enable oilpan for callback classes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 | « Source/modules/quota/StorageQuotaClient.h ('k') | Source/modules/serviceworkers/Headers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/StorageUsageCallback.h
diff --git a/Source/modules/quota/StorageUsageCallback.h b/Source/modules/quota/StorageUsageCallback.h
index bbd470383293d4480d03e48dabb96c3340e40b6e..24a6cfd67b4ef39efee6e92620e4efe4ef0b84e4 100644
--- a/Source/modules/quota/StorageUsageCallback.h
+++ b/Source/modules/quota/StorageUsageCallback.h
@@ -35,7 +35,7 @@
namespace blink {
-class StorageUsageCallback : public NoBaseWillBeGarbageCollectedFinalized<StorageUsageCallback> {
+class StorageUsageCallback : public GarbageCollectedFinalized<StorageUsageCallback> {
public:
virtual ~StorageUsageCallback() { }
virtual void trace(Visitor*) { }
« no previous file with comments | « Source/modules/quota/StorageQuotaClient.h ('k') | Source/modules/serviceworkers/Headers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698