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

Unified Diff: remoting/host/log_to_server_unittest.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/log_to_server_unittest.cc
diff --git a/remoting/host/log_to_server_unittest.cc b/remoting/host/log_to_server_unittest.cc
index b131f63a77085f3b91aaf2712846259bfdf2943d..7d8225eeec6bf0e9989bbf206c831228fe71ac02 100644
--- a/remoting/host/log_to_server_unittest.cc
+++ b/remoting/host/log_to_server_unittest.cc
@@ -129,7 +129,7 @@ class LogToServerTest : public testing::Test {
EXPECT_CALL(signal_strategy_, AddListener(_));
log_to_server_.reset(
new LogToServer(host_status_monitor_.AsWeakPtr(),
- ServerLogEntry::ME2ME,
+ protocol::ServerLogEntry::ME2ME,
&signal_strategy_,
kTestBotJid));
EXPECT_CALL(signal_strategy_, RemoveListener(_));

Powered by Google App Engine
This is Rietveld 408576698