| Index: chrome/browser/chromeos/drive/file_system_util_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system_util_unittest.cc b/chrome/browser/chromeos/drive/file_system_util_unittest.cc
|
| index 215917e9ae8ef601f707b9e07468774b43a561ca..00f63a6e621d5b95bc531e89b78143c505ca6480 100644
|
| --- a/chrome/browser/chromeos/drive/file_system_util_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system_util_unittest.cc
|
| @@ -16,7 +16,6 @@
|
| #include "webkit/browser/fileapi/external_mount_points.h"
|
| #include "webkit/browser/fileapi/file_system_backend.h"
|
| #include "webkit/browser/fileapi/file_system_context.h"
|
| -#include "webkit/browser/fileapi/file_system_task_runners.h"
|
| #include "webkit/browser/fileapi/file_system_url.h"
|
| #include "webkit/browser/fileapi/isolated_context.h"
|
| #include "webkit/browser/fileapi/mock_file_system_options.h"
|
| @@ -99,7 +98,8 @@ TEST(FileSystemUtilTest, ExtractDrivePathFromFileSystemUrl) {
|
| fileapi::ExternalMountPoints::CreateRefCounted();
|
| scoped_refptr<fileapi::FileSystemContext> context(
|
| new fileapi::FileSystemContext(
|
| - fileapi::FileSystemTaskRunners::CreateMockTaskRunners(),
|
| + base::MessageLoopProxy::current().get(),
|
| + base::MessageLoopProxy::current().get(),
|
| mount_points.get(),
|
| NULL, // special_storage_policy
|
| NULL, // quota_manager_proxy,
|
|
|