Index: components/storage_monitor/media_storage_util_unittest.cc |
diff --git a/components/storage_monitor/media_storage_util_unittest.cc b/components/storage_monitor/media_storage_util_unittest.cc |
index aa0f37cd0ca1bfa947442cfc58f9e4ff1b6d383a..d16cd0781bc757cf6450389797e552796f577db2 100644 |
--- a/components/storage_monitor/media_storage_util_unittest.cc |
+++ b/components/storage_monitor/media_storage_util_unittest.cc |
@@ -119,6 +119,8 @@ TEST_F(MediaStorageUtilTest, CanCreateFileSystemForImageCapture) { |
EXPECT_TRUE(MediaStorageUtil::CanCreateFileSystem(kImageCaptureDeviceId, |
base::FilePath())); |
EXPECT_FALSE(MediaStorageUtil::CanCreateFileSystem( |
+ "dcim:xyz", base::FilePath())); |
+ EXPECT_FALSE(MediaStorageUtil::CanCreateFileSystem( |
"dcim:xyz", base::FilePath(FILE_PATH_LITERAL("relative")))); |
EXPECT_FALSE(MediaStorageUtil::CanCreateFileSystem( |
"dcim:xyz", base::FilePath(FILE_PATH_LITERAL("../refparent")))); |