Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 764ba4a6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix RefBase Explicit destruction" am: 90ef8482 am: c15cd2e4 am:...

Merge "Fix RefBase Explicit destruction" am: 90ef8482 am: c15cd2e4 am: cfc0479b am: 93ce1d1e

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1644787

Change-Id: I5311fcb3655c82c69228072243e4b49a8c201466
parents 9441514f 93ce1d1e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
#include <openssl/aes.h>
#include <utils/KeyedVector.h>
#include <utils/Mutex.h>
#include <utils/RefBase.h>

namespace android {
struct ABuffer;
@@ -30,7 +29,7 @@ struct ABuffer;
namespace clearkeycas {
class KeyFetcher;

class ClearKeyCasSession : public RefBase {
class ClearKeyCasSession {
public:
    explicit ClearKeyCasSession(CasPlugin *plugin);