Remove legacy Drive file system type
With the switch to DriveFS, the legacy drive client is no longer needed,
so remove it.
Bug: 1003238
Change-Id: I7e2bf4afb1bc518962f5629eebfba929c918792e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1803947
Reviewed-by: Sam McNally <[email protected]>
Reviewed-by: Lei Zhang <[email protected]>
Commit-Queue: Austin Tankiang <[email protected]>
Cr-Commit-Position: refs/heads/master@{#697469}
diff --git a/chrome/browser/platform_util_unittest.cc b/chrome/browser/platform_util_unittest.cc
index 3baf050a..3704d421 100644
--- a/chrome/browser/platform_util_unittest.cc
+++ b/chrome/browser/platform_util_unittest.cc
@@ -58,8 +58,7 @@
// New FileSystemBackend that uses our MockSpecialStoragePolicy.
additional_backends->push_back(
std::make_unique<chromeos::FileSystemBackend>(
- nullptr, nullptr, nullptr, nullptr, nullptr, nullptr,
- external_mount_points,
+ nullptr, nullptr, nullptr, nullptr, nullptr, external_mount_points,
storage::ExternalMountPoints::GetSystemInstance()));
}
};