| Index: chrome/test/data/file_manager/unit_tests/import_history_unittest.js
|
| diff --git a/chrome/test/data/file_manager/unit_tests/import_history_unittest.js b/chrome/test/data/file_manager/unit_tests/import_history_unittest.js
|
| index fed2e53391b2c5c1a6b5e9d3226c216a05aa9812..54ce240d89e966218b64e7cd379992bf554ba875 100644
|
| --- a/chrome/test/data/file_manager/unit_tests/import_history_unittest.js
|
| +++ b/chrome/test/data/file_manager/unit_tests/import_history_unittest.js
|
| @@ -21,7 +21,7 @@ var GOOGLE_DRIVE = 'Google Drive';
|
| */
|
| var SPACE_CLOUD = 'Space Cloud';
|
|
|
| -/** @type {!TestFileSystem|undefined} */
|
| +/** @type {!MockFileSystem|undefined} */
|
| var testFileSystem;
|
|
|
| /** @type {!MockFileEntry|undefined} */
|
| @@ -35,7 +35,7 @@ var historyLoader;
|
|
|
| // Set up the test components.
|
| function setUp() {
|
| - testFileSystem = new TestFileSystem('abc-123');
|
| + testFileSystem = new MockFileSystem('abc-123', 'filesystem:abc-123');
|
| testFileEntry = new MockFileEntry(
|
| testFileSystem,
|
| FILE_PATH, {
|
|
|