| Index: remoting/host/capturer.h
|
| diff --git a/remoting/host/capturer.h b/remoting/host/capturer.h
|
| index 548b685ef517b7e3cda698d45fae17e54b540bdd..1282ebef2252b9e12b1eeaec94408794a802c11a 100644
|
| --- a/remoting/host/capturer.h
|
| +++ b/remoting/host/capturer.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| -#include "base/lock.h"
|
| +#include "base/synchronization/lock.h"
|
| #include "base/task.h"
|
| #include "remoting/base/capture_data.h"
|
| #include "remoting/base/types.h"
|
| @@ -138,7 +138,7 @@ class Capturer {
|
| InvalidRects inval_rects_;
|
|
|
| // A lock protecting |inval_rects_| across threads.
|
| - Lock inval_rects_lock_;
|
| + base::Lock inval_rects_lock_;
|
| };
|
|
|
| } // namespace remoting
|
|
|