| Index: mojo/public/cpp/bindings/sync_handle_watcher.h
|
| diff --git a/mojo/public/cpp/bindings/sync_handle_watcher.h b/mojo/public/cpp/bindings/sync_handle_watcher.h
|
| index eff73dd66e0718276e6f88f332769d36efbd3bb7..71a685c7aca605b03068fa9bbe9c762de4224fe0 100644
|
| --- a/mojo/public/cpp/bindings/sync_handle_watcher.h
|
| +++ b/mojo/public/cpp/bindings/sync_handle_watcher.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/threading/thread_checker.h"
|
| +#include "base/sequence_checker.h"
|
| #include "mojo/public/cpp/bindings/bindings_export.h"
|
| #include "mojo/public/cpp/bindings/sync_handle_registry.h"
|
| #include "mojo/public/cpp/system/core.h"
|
| @@ -65,7 +65,7 @@ class MOJO_CPP_BINDINGS_EXPORT SyncHandleWatcher {
|
|
|
| scoped_refptr<base::RefCountedData<bool>> destroyed_;
|
|
|
| - base::ThreadChecker thread_checker_;
|
| + base::SequenceChecker sequence_checker_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SyncHandleWatcher);
|
| };
|
|
|