Index: chrome/test/data/extensions/api_test/filebrowser_mount/test.js |
diff --git a/chrome/test/data/extensions/api_test/filebrowser_mount/test.js b/chrome/test/data/extensions/api_test/filebrowser_mount/test.js |
index 431fcab9cf0782a48ba57ff158ff6dad9b4fd9b9..faad9088bb4b1c67df28e47c405eb805461748bc 100644 |
--- a/chrome/test/data/extensions/api_test/filebrowser_mount/test.js |
+++ b/chrome/test/data/extensions/api_test/filebrowser_mount/test.js |
@@ -10,7 +10,7 @@ var expectedVolume1 = { |
filePath: 'file_path1', |
deviceLabel: 'device_label1', |
driveLabel: 'drive_label1', |
- deviceType: 'flash', |
+ deviceType: 'usb', |
totalSize: 1073741824, |
isParent: false, |
isReadOnly: false, |
@@ -26,7 +26,7 @@ var expectedVolume2 = { |
filePath: 'file_path2', |
deviceLabel: 'device_label2', |
driveLabel: 'drive_label2', |
- deviceType: 'hdd', |
+ deviceType: 'mobile', |
totalSize: 47723, |
isParent: true, |
isReadOnly: true, |