| Index: content/child/blob_storage/blob_transport_controller_unittest.cc
|
| diff --git a/content/child/blob_storage/blob_transport_controller_unittest.cc b/content/child/blob_storage/blob_transport_controller_unittest.cc
|
| index 82b599c4ab4522345e6bc9dfb98d5c0ec1cbda97..9bbb64de94768a10f4c411e643f0719803e68c24 100644
|
| --- a/content/child/blob_storage/blob_transport_controller_unittest.cc
|
| +++ b/content/child/blob_storage/blob_transport_controller_unittest.cc
|
| @@ -45,7 +45,7 @@ namespace {
|
|
|
| class OtherThreadTestSimpleTaskRunner : public base::TestSimpleTaskRunner {
|
| public:
|
| - bool RunsTasksOnCurrentThread() const override { return false; }
|
| + bool RunsTasksInCurrentSequence() const override { return false; }
|
|
|
| protected:
|
| ~OtherThreadTestSimpleTaskRunner() override {}
|
|
|