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

Unified Diff: extensions/browser/api/cast_channel/logger.cc

Issue 555283002: Create new class "CastTransport", which encapsulates the message read and write event loops. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed wez's feedback. Created 6 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: extensions/browser/api/cast_channel/logger.cc
diff --git a/extensions/browser/api/cast_channel/logger.cc b/extensions/browser/api/cast_channel/logger.cc
index 823b4c320877e84c3141879d8ce81d92e9bb8dd9..209b6f67615c8af84707df9735d5f876834220e2 100644
--- a/extensions/browser/api/cast_channel/logger.cc
+++ b/extensions/browser/api/cast_channel/logger.cc
@@ -119,7 +119,7 @@ Logger::Logger(scoped_ptr<base::TickClock> clock,
Logger::~Logger() {
}
-void Logger::LogNewSocketEvent(const CastSocket& cast_socket) {
+void Logger::LogNewSocketEvent(const CastSocketImpl& cast_socket) {
DCHECK(thread_checker_.CalledOnValidThread());
int channel_id = cast_socket.id();

Powered by Google App Engine
This is Rietveld 408576698