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

Unified Diff: components/history/core/browser/typed_url_syncable_service.h

Issue 2591643004: Make TypedUrlSyncableService sequence-affine. (Closed)
Patch Set: remove dependency Created 4 years 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/history/core/browser/typed_url_syncable_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/typed_url_syncable_service.h
diff --git a/components/history/core/browser/typed_url_syncable_service.h b/components/history/core/browser/typed_url_syncable_service.h
index 313021ded1ae38fec3ec5f04aed2c6233e29a8fe..838e83efc6d77e07b97a08a165974e9d6dcc6886 100644
--- a/components/history/core/browser/typed_url_syncable_service.h
+++ b/components/history/core/browser/typed_url_syncable_service.h
@@ -12,7 +12,7 @@
#include "base/macros.h"
#include "base/scoped_observer.h"
-#include "base/threading/thread_checker.h"
+#include "base/sequence_checker.h"
#include "components/history/core/browser/history_backend_observer.h"
#include "components/history/core/browser/history_types.h"
#include "components/sync/model/sync_change.h"
@@ -232,7 +232,7 @@ class TypedUrlSyncableService : public syncer::SyncableService,
int num_db_accesses_;
int num_db_errors_;
- base::ThreadChecker thread_checker_;
+ base::SequenceChecker sequence_checker_;
ScopedObserver<history::HistoryBackend, history::HistoryBackendObserver>
history_backend_observer_;
« no previous file with comments | « no previous file | components/history/core/browser/typed_url_syncable_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698