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

Unified Diff: sky/engine/core/fetch/Resource.h

Issue 709203002: Remove more oilpan. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/core/fetch/MemoryCache.h ('k') | sky/engine/core/fetch/ResourceFetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/fetch/Resource.h
diff --git a/sky/engine/core/fetch/Resource.h b/sky/engine/core/fetch/Resource.h
index ce5f177b5429dac002d06e1c963e27e270c6d954..36954699cbee7230746b20c224f798a40b16d935 100644
--- a/sky/engine/core/fetch/Resource.h
+++ b/sky/engine/core/fetch/Resource.h
@@ -51,8 +51,8 @@ class SharedBuffer;
// A resource that is held in the cache. Classes who want to use this object should derive
// from ResourceClient, to get the function calls in case the requested data has arrived.
// This class also does the actual communication with the loader to obtain the resource from the network.
-class Resource : public DummyBase<Resource> {
- WTF_MAKE_NONCOPYABLE(Resource); WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED;
+class Resource {
+ WTF_MAKE_NONCOPYABLE(Resource); WTF_MAKE_FAST_ALLOCATED;
friend class InspectorResource;
public:
« no previous file with comments | « sky/engine/core/fetch/MemoryCache.h ('k') | sky/engine/core/fetch/ResourceFetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698