| Index: components/enhanced_bookmarks/image_store.h
|
| diff --git a/components/enhanced_bookmarks/image_store.h b/components/enhanced_bookmarks/image_store.h
|
| index 46ca13887e05fd551e7d51f0b102f41ccd1aedc6..a7c7a15da1fcfb4af8200773b5b649955393c318 100644
|
| --- a/components/enhanced_bookmarks/image_store.h
|
| +++ b/components/enhanced_bookmarks/image_store.h
|
| @@ -8,7 +8,7 @@
|
| #include <map>
|
| #include <set>
|
|
|
| -#include "base/threading/thread_checker.h"
|
| +#include "base/sequence_checker.h"
|
| #include "ui/gfx/image/image.h"
|
|
|
| class GURL;
|
| @@ -53,7 +53,7 @@ class ImageStore {
|
| void ChangeImageURL(const GURL& from, const GURL& to);
|
|
|
| protected:
|
| - base::ThreadChecker thread_checker_;
|
| + base::SequenceChecker sequence_checker_;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ImageStore);
|
|
|