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

Unified Diff: remoting/host/setup/me2me_native_messaging_host_unittest.cc

Issue 2034393004: Allow multiple logging::LogMessage{Handler,Listener}s Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 1 month 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/setup/me2me_native_messaging_host_unittest.cc
diff --git a/remoting/host/setup/me2me_native_messaging_host_unittest.cc b/remoting/host/setup/me2me_native_messaging_host_unittest.cc
index 6f3151c66cd774b7004999d2d4a85482984f474d..990a023b26223647631c5a7c33b1a6ecf568e2ed 100644
--- a/remoting/host/setup/me2me_native_messaging_host_unittest.cc
+++ b/remoting/host/setup/me2me_native_messaging_host_unittest.cc
@@ -433,7 +433,7 @@ Me2MeNativeMessagingHostTest::ReadMessageFromOutputPipe() {
std::string type;
// If this is a debug message log, ignore it, otherwise return it.
if (!result->GetString("type", &type) ||
- type != LogMessageHandler::kDebugMessageTypeName) {
+ type != LogMessageListener::kDebugMessageTypeName) {
return result;
}
}

Powered by Google App Engine
This is Rietveld 408576698