| Index: remoting/client/jni/chromoting_jni_runtime.cc | 
| diff --git a/remoting/client/jni/chromoting_jni_runtime.cc b/remoting/client/jni/chromoting_jni_runtime.cc | 
| index 75422746939a1773dcb3662972d0099c010cf543..fe11386029c972380db18dd28102526154312a01 100644 | 
| --- a/remoting/client/jni/chromoting_jni_runtime.cc | 
| +++ b/remoting/client/jni/chromoting_jni_runtime.cc | 
| @@ -69,7 +69,7 @@ ChromotingJniRuntime* ChromotingJniRuntime::GetInstance() { | 
|  | 
| ChromotingJniRuntime::ChromotingJniRuntime() { | 
| // Grab or create the threads. | 
| -  // TODO(nicholss) We could runtime this as a constructor argument when jni | 
| +  // TODO(nicholss): We could runtime this as a constructor argument when jni | 
| // runtime is not no longer a singleton. | 
|  | 
| if (!base::MessageLoop::current()) { | 
|  |