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

Unified Diff: content/renderer/media/mock_media_stream_dependency_factory.h

Issue 11275088: Remove implicit scoped_refptr operator T* Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 8 years, 2 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: content/renderer/media/mock_media_stream_dependency_factory.h
diff --git a/content/renderer/media/mock_media_stream_dependency_factory.h b/content/renderer/media/mock_media_stream_dependency_factory.h
index b697e0bc3661de7ca6562a0c9b6cfb47116ae1cf..2dce01367e51a18ec82b7b08b7cd933a3cd1cd72 100644
--- a/content/renderer/media/mock_media_stream_dependency_factory.h
+++ b/content/renderer/media/mock_media_stream_dependency_factory.h
@@ -130,7 +130,7 @@ class MockMediaStreamDependencyFactory : public MediaStreamDependencyFactory {
virtual bool PeerConnectionFactoryCreated() OVERRIDE;
virtual void SetAudioDeviceSessionId(int session_id) OVERRIDE;
- MockVideoSource* last_video_source() { return last_video_source_; }
+ MockVideoSource* last_video_source() { return last_video_source_.get(); }
private:
bool mock_pc_factory_created_;
« no previous file with comments | « content/renderer/gpu/compositor_thread.cc ('k') | content/renderer/media/peer_connection_handler_jsep_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698