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

Unified Diff: media/cast/common/transport_encryption_handler.h

Issue 2910063002: Remove deprecated base::NonThreadSafe in media/cast. (Closed)
Patch Set: Remove NonThreadSafe, no replacement Created 3 years, 7 months 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 | media/cast/net/cast_transport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/common/transport_encryption_handler.h
diff --git a/media/cast/common/transport_encryption_handler.h b/media/cast/common/transport_encryption_handler.h
index 053d5d730712da21ba825b267f5b9ec2d817700b..ab3667cdc8ceb92868eabefde3033e6334c32dae 100644
--- a/media/cast/common/transport_encryption_handler.h
+++ b/media/cast/common/transport_encryption_handler.h
@@ -14,7 +14,6 @@
#include "base/macros.h"
#include "base/strings/string_piece.h"
-#include "base/threading/non_thread_safe.h"
#include "media/cast/common/frame_id.h"
namespace crypto {
@@ -25,7 +24,7 @@ class SymmetricKey;
namespace media {
namespace cast {
-class TransportEncryptionHandler : public base::NonThreadSafe {
+class TransportEncryptionHandler {
public:
TransportEncryptionHandler();
~TransportEncryptionHandler();
« no previous file with comments | « no previous file | media/cast/net/cast_transport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698