Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2244)

Unified Diff: ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.js

Issue 2260133002: Files: Extract VolumeInfo interface from volume_manager.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 98709a7ce64fcbb386fcd36e70b8177b2c009b61..4600a0b22f1e46049bc800ba6f617da6927dd342 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
@@ -16,7 +16,7 @@ loadTimeData.data = {
function setUp() {
// Override VolumeInfo.prototype.resolveDisplayRoot.
- VolumeInfo.prototype.resolveDisplayRoot = function() {};
+ VolumeInfoImpl.prototype.resolveDisplayRoot = function() {};
drive = new MockFileSystem('drive');
hoge = new MockFileSystem('removable:hoge');

Powered by Google App Engine
This is Rietveld 408576698