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

Unified Diff: Source/modules/encryptedmedia/EncryptedMediaRequest.h

Issue 790793004: Oilpan: fix build after r186803. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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 | « no previous file | Source/web/WebEncryptedMediaRequest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/encryptedmedia/EncryptedMediaRequest.h
diff --git a/Source/modules/encryptedmedia/EncryptedMediaRequest.h b/Source/modules/encryptedmedia/EncryptedMediaRequest.h
index 2b83e304f606b8987a00a0673ca291ae1d210a3d..15628adf224bbd5e291c6b14569cc9e67f252462 100644
--- a/Source/modules/encryptedmedia/EncryptedMediaRequest.h
+++ b/Source/modules/encryptedmedia/EncryptedMediaRequest.h
@@ -5,7 +5,7 @@
#ifndef EncryptedMediaRequest_h
#define EncryptedMediaRequest_h
-#include "platform/heap/Heap.h"
+#include "platform/heap/Handle.h"
namespace blink {
@@ -15,7 +15,7 @@ struct WebMediaKeySystemConfiguration;
class WebString;
template <typename T> class WebVector;
-class EncryptedMediaRequest : public RefCountedGarbageCollected<EncryptedMediaRequest> {
+class EncryptedMediaRequest : public GarbageCollectedFinalized<EncryptedMediaRequest> {
public:
virtual ~EncryptedMediaRequest() { }
« no previous file with comments | « no previous file | Source/web/WebEncryptedMediaRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698