| Index: chrome/browser/history/top_sites.h
|
| diff --git a/chrome/browser/history/top_sites.h b/chrome/browser/history/top_sites.h
|
| index 9eeb7155d0ab573309a2f17b412061cd6e42345a..57cdc71e3bd61c75d1b1b31b99046c0e8aef1613 100644
|
| --- a/chrome/browser/history/top_sites.h
|
| +++ b/chrome/browser/history/top_sites.h
|
| @@ -13,9 +13,9 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/gtest_prod_util.h"
|
| -#include "base/lock.h"
|
| #include "base/ref_counted.h"
|
| #include "base/ref_counted_memory.h"
|
| +#include "base/synchronization/lock.h"
|
| #include "base/time.h"
|
| #include "base/timer.h"
|
| #include "chrome/browser/cancelable_request.h"
|
| @@ -300,7 +300,7 @@ class TopSites
|
| Profile* profile_;
|
|
|
| // Lock used to access |thread_safe_cache_|.
|
| - mutable Lock lock_;
|
| + mutable base::Lock lock_;
|
|
|
| CancelableRequestConsumer cancelable_consumer_;
|
|
|
|
|