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

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

Issue 1010163002: Files.app: Fix closure error which will raised by the updated compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Define FakeEntry record type and use it. Created 5 years, 9 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/import_controller.js
diff --git a/ui/file_manager/file_manager/foreground/js/import_controller.js b/ui/file_manager/file_manager/foreground/js/import_controller.js
index 38f1a31db5b26a9491b60a143a4234bb9dd80e9e..1cb2713788c5444c35f12767ef0507a030e475b7 100644
--- a/ui/file_manager/file_manager/foreground/js/import_controller.js
+++ b/ui/file_manager/file_manager/foreground/js/import_controller.js
@@ -880,7 +880,7 @@ importer.ControllerEnvironment.prototype.getSelection;
/**
* Returns the directory entry for the current directory.
- * @return {DirectoryEntry}
+ * @return {DirectoryEntry|FakeEntry}
*/
importer.ControllerEnvironment.prototype.getCurrentDirectory;

Powered by Google App Engine
This is Rietveld 408576698