| Index: Source/web/MediaKeysClientImpl.h
|
| diff --git a/Source/web/MediaKeysClientImpl.h b/Source/web/MediaKeysClientImpl.h
|
| index 52b2b16df9aa7e272f1010f186a18fb0cb1ee9a1..f0bb2aeb8273100ff2b1662206d3382f9f69abb6 100644
|
| --- a/Source/web/MediaKeysClientImpl.h
|
| +++ b/Source/web/MediaKeysClientImpl.h
|
| @@ -6,10 +6,12 @@
|
| #define MediaKeysClientImpl_h
|
|
|
| #include "modules/encryptedmedia/MediaKeysClient.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| class MediaKeysClientImpl final : public MediaKeysClient {
|
| + DISALLOW_ALLOCATION();
|
| public:
|
| MediaKeysClientImpl();
|
|
|
|
|