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

Unified Diff: remoting/protocol/video_reader.h

Issue 7796026: Pass SessionConfig by reference instead of pointer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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: remoting/protocol/video_reader.h
diff --git a/remoting/protocol/video_reader.h b/remoting/protocol/video_reader.h
index 986216e4bb2841a0072e805a907fb359aa7f3805..ada9c3036f407c932b4e302396cfba5488321c9b 100644
--- a/remoting/protocol/video_reader.h
+++ b/remoting/protocol/video_reader.h
@@ -28,7 +28,7 @@ class SessionConfig;
class VideoReader {
public:
static VideoReader* Create(base::MessageLoopProxy* message_loop,
- const SessionConfig* config);
+ const SessionConfig& config);
// The callback is called when initialization is finished. The
// parameter is set to true on success.

Powered by Google App Engine
This is Rietveld 408576698