| Index: remoting/client/jni/chromoting_jni_runtime.h
|
| diff --git a/remoting/client/jni/chromoting_jni_runtime.h b/remoting/client/jni/chromoting_jni_runtime.h
|
| index 47689667a065dd5c1c90b45a99a197819c72cf58..64acf2c9607b5d7f98f97ce2f59d5804ee394805 100644
|
| --- a/remoting/client/jni/chromoting_jni_runtime.h
|
| +++ b/remoting/client/jni/chromoting_jni_runtime.h
|
| @@ -67,7 +67,7 @@ class ChromotingJniRuntime {
|
| // Returns the client for the currently-active session. Do not call if
|
| // |session| is null.
|
| scoped_refptr<ChromotingJniInstance> session() {
|
| - DCHECK(session_);
|
| + DCHECK(session_.get());
|
| return session_;
|
| }
|
|
|
|
|