| 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 3ff445dd03c4ed8462af296d33fb9908c5525ddb..5a5cc4b5f27cc49609db5a57294e09f32ccfd495 100644
|
| --- a/chrome/browser/chromeos/drive/file_system_util_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system_util_unittest.cc
|
| @@ -13,8 +13,8 @@
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #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_mount_point_provider.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"
|
| @@ -102,7 +102,7 @@ TEST(FileSystemUtilTest, ExtractDrivePathFromFileSystemUrl) {
|
| mount_points.get(),
|
| NULL, // special_storage_policy
|
| NULL, // quota_manager_proxy,
|
| - ScopedVector<fileapi::FileSystemMountPointProvider>(),
|
| + ScopedVector<fileapi::FileSystemBackend>(),
|
| temp_dir_.path(), // partition_path
|
| fileapi::CreateAllowFileAccessOptions()));
|
|
|
|
|