Chromium Code Reviews| Index: remoting/host/chromoting_host.h |
| diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h |
| index bc470e7b98808ab0a0c4fc9509ddd782d2a42930..33680a654502159a6bff624ac6ff9eb627c52d30 100644 |
| --- a/remoting/host/chromoting_host.h |
| +++ b/remoting/host/chromoting_host.h |
| @@ -174,7 +174,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>, |
| State state_; |
| // Lock is to lock the access to |state_|. |
| - Lock lock_; |
| + base::Lock lock_; |
| // Configuration of the protocol. |
| scoped_ptr<protocol::CandidateSessionConfig> protocol_config_; |