Index: remoting/host/plugin/host_script_object.h |
diff --git a/remoting/host/plugin/host_script_object.h b/remoting/host/plugin/host_script_object.h |
index 2558903acfad9bb2fefb70fceccb1a5307105f21..0bfe11ebeb7a3d8a6dc955ef15ebca6e7ab608a7 100644 |
--- a/remoting/host/plugin/host_script_object.h |
+++ b/remoting/host/plugin/host_script_object.h |
@@ -49,7 +49,7 @@ class HostNPScriptObject : public It2MeHost::Observer { |
// Post LogDebugInfo to the correct proxy (and thus, on the correct thread). |
// This should only be called by HostLogHandler. To log to the UI, use the |
- // standard LOG(INFO) and it will be sent to this method. |
+ // standard HOST_LOG and it will be sent to this method. |
void PostLogDebugInfo(const std::string& message); |
void SetWindow(NPWindow* np_window); |