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

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

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

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

Change-Id: I33a0188699160dec1a9c51b4b40cfc20b9e98fcd
parents cb3caf22 c15cd2e4
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);