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

Unified Diff: media/cast/logging/raw_event_subscriber_bundle.h

Issue 1905763002: Convert //media/cast from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: media/cast/logging/raw_event_subscriber_bundle.h
diff --git a/media/cast/logging/raw_event_subscriber_bundle.h b/media/cast/logging/raw_event_subscriber_bundle.h
index 58ab21e6e8abaebc186d397c32294f2f6c0cb205..4df3065cb99646c1f8482733afa1f027bdb382d0 100644
--- a/media/cast/logging/raw_event_subscriber_bundle.h
+++ b/media/cast/logging/raw_event_subscriber_bundle.h
@@ -72,7 +72,7 @@ class RawEventSubscriberBundle {
SubscribersMapByStream;
const scoped_refptr<CastEnvironment> cast_environment_;
SubscribersMapByStream subscribers_;
- scoped_ptr<ReceiverTimeOffsetEstimator> receiver_offset_estimator_;
+ std::unique_ptr<ReceiverTimeOffsetEstimator> receiver_offset_estimator_;
DISALLOW_COPY_AND_ASSIGN(RawEventSubscriberBundle);
};
« no previous file with comments | « media/cast/logging/log_serializer.cc ('k') | media/cast/logging/receiver_time_offset_estimator_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698