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

Unified Diff: Source/platform/StorageQuotaCallbacks.h

Issue 676183002: Oilpan: simplify quota storage callbacks objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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: Source/platform/StorageQuotaCallbacks.h
diff --git a/Source/platform/StorageQuotaCallbacks.h b/Source/platform/StorageQuotaCallbacks.h
index bbbfaa7a38b59913cc0fffa823126b5a158d2d9b..f02fca8fa8eb2e8cbab838c1a53220d05f791a1c 100644
--- a/Source/platform/StorageQuotaCallbacks.h
+++ b/Source/platform/StorageQuotaCallbacks.h
@@ -39,7 +39,7 @@
namespace blink {
-class PLATFORM_EXPORT StorageQuotaCallbacks : public NoBaseWillBeGarbageCollectedFinalized<StorageQuotaCallbacks> {
+class PLATFORM_EXPORT StorageQuotaCallbacks : public GarbageCollectedFinalized<StorageQuotaCallbacks> {
WTF_MAKE_NONCOPYABLE(StorageQuotaCallbacks);
public:
StorageQuotaCallbacks() { }
« no previous file with comments | « Source/modules/quota/StorageQuotaCallbacksImpl.h ('k') | Source/platform/exported/WebStorageQuotaCallbacks.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698