| Index: chrome/browser/chromeos/drive/file_system/touch_operation_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system/touch_operation_unittest.cc b/chrome/browser/chromeos/drive/file_system/touch_operation_unittest.cc
|
| index f186184de6a79104e7e77205004352844bbaab75..f9e19525eeaee46e13f8a38b48e0fa0be609237d 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/touch_operation_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/touch_operation_unittest.cc
|
| @@ -10,6 +10,7 @@
|
| #include "chrome/browser/chromeos/drive/file_errors.h"
|
| #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
|
| #include "chrome/browser/chromeos/drive/resource_metadata.h"
|
| +#include "content/public/test/test_utils.h"
|
| #include "google_apis/drive/test_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -37,7 +38,7 @@ TEST_F(TouchOperationTest, TouchFile) {
|
| base::Time::FromUTCExploded(kLastAccessTime),
|
| base::Time::FromUTCExploded(kLastModifiedTime),
|
| google_apis::test_util::CreateCopyResultCallback(&error));
|
| - test_util::RunBlockingPoolTask();
|
| + content::RunAllBlockingPoolTasksUntilIdle();
|
| EXPECT_EQ(FILE_ERROR_OK, error);
|
|
|
| ResourceEntry entry;
|
|
|