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

Unified Diff: remoting/host/remoting_me2me_host.cc

Issue 282063005: Pull out common code from client and host versions of ServerLogEntry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: remoting/host/remoting_me2me_host.cc
diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
index 5d33b02d7eee302c1b597aac47c554446f2f1662..48c978de92f33d22fd09345a757b5c2a4d8432a7 100644
--- a/remoting/host/remoting_me2me_host.cc
+++ b/remoting/host/remoting_me2me_host.cc
@@ -1199,7 +1199,7 @@ void HostProcess::StartHost() {
this, host_id_, signal_strategy_.get(), directory_bot_jid_));
log_to_server_.reset(
- new LogToServer(host_->AsWeakPtr(), ServerLogEntry::ME2ME,
+ new LogToServer(host_->AsWeakPtr(), protocol::ServerLogEntry::ME2ME,
signal_strategy_.get(), directory_bot_jid_));
// Set up repoting the host status notifications.

Powered by Google App Engine
This is Rietveld 408576698