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

Unified Diff: Source/modules/quota/StorageQuotaCallback.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/StorageErrorCallback.cpp ('k') | Source/modules/quota/StorageQuotaClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/quota/StorageQuotaCallback.h
diff --git a/Source/modules/quota/StorageQuotaCallback.h b/Source/modules/quota/StorageQuotaCallback.h
index 1a818493ea666a35c1f73ce173026e15cc90af23..1979f944d6eff22b2dbae4147953151ae685f422 100644
--- a/Source/modules/quota/StorageQuotaCallback.h
+++ b/Source/modules/quota/StorageQuotaCallback.h
@@ -35,7 +35,7 @@
namespace blink {
-class StorageQuotaCallback : public NoBaseWillBeGarbageCollectedFinalized<StorageQuotaCallback> {
+class StorageQuotaCallback : public GarbageCollectedFinalized<StorageQuotaCallback> {
public:
virtual ~StorageQuotaCallback() { }
virtual void trace(Visitor*) { }
« no previous file with comments | « Source/modules/quota/StorageErrorCallback.cpp ('k') | Source/modules/quota/StorageQuotaClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698