Index: remoting/host/it2me/it2me_native_messaging_host.h |
diff --git a/remoting/host/it2me/it2me_native_messaging_host.h b/remoting/host/it2me/it2me_native_messaging_host.h |
index 8560084d4f0e9a14aa1000154678ebab79794b8a..c2bcb8de7f747451ff279b01336b528b7f88dd7d 100644 |
--- a/remoting/host/it2me/it2me_native_messaging_host.h |
+++ b/remoting/host/it2me/it2me_native_messaging_host.h |
@@ -100,9 +100,9 @@ class It2MeNativeMessagingHost : public It2MeHost::Observer, |
scoped_refptr<It2MeHost> it2me_host_; |
#if !defined(OS_CHROMEOS) |
- // Don't install a log message handler on ChromeOS because we run in the |
+ // Don't install a log message listener on ChromeOS because we run in the |
// browser process and don't want to intercept all its log messages. |
- std::unique_ptr<LogMessageHandler> log_message_handler_; |
+ std::unique_ptr<LogMessageListener> log_message_listener_; |
#endif |
// Cached, read-only copies of |it2me_host_| session state. |