Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Unified Diff: components/enhanced_bookmarks/image_store.h

Issue 288573003: Change ImageStore to use SequenceChecker instead of ThreadChecker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git log Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/enhanced_bookmarks/image_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | components/enhanced_bookmarks/image_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698