Commit 9d84bde1 authored by iseki's avatar iseki Committed by Commit bot

Use RunLoop::Run() instead of RunLoop::RunUntilIdle() in FileSystemOperationImplTest.

RunLoop::Run() is needed if any of the operation is implemented using
asynchronous I/O in OS layer, or performed in a separate thread.
Currently, only Copy needs RunLoop::Run().

This CL replace all RunUntilIdle() with Run() to keep all test consistent.

BUG=411153
TEST=content_unittest

Review URL: https://codereview.chromium.org/557273002

Cr-Commit-Position: refs/heads/master@{#294365}
parent 2591b1df
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment