| Index: ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.js b/ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.js
|
| index 4600a0b22f1e46049bc800ba6f617da6927dd342..05121d249ecc30cf447b09adedba55d061884835 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.js
|
| @@ -15,6 +15,7 @@ loadTimeData.data = {
|
| };
|
|
|
| function setUp() {
|
| + new MockCommandLinePrivate();
|
| // Override VolumeInfo.prototype.resolveDisplayRoot.
|
| VolumeInfoImpl.prototype.resolveDisplayRoot = function() {};
|
|
|
|
|