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

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

Issue 2846783006: Compile import_controller in gyp v2 (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9f2288c4c7ae0a392ad0f35f62614f5a4fbdef93..b86d2559dc25de3eb6ada76c793c8ac88baa2db4 100644
--- a/ui/file_manager/file_manager/foreground/js/import_controller.js
+++ b/ui/file_manager/file_manager/foreground/js/import_controller.js
@@ -1131,12 +1131,12 @@ importer.ControllerEnvironment.prototype.showImportDestination;
* @constructor
* @implements {importer.ControllerEnvironment}
*
- * @param {!FileManager} fileManager
+ * @param {!CommandHandlerDeps} fileManager
* @param {!FileSelectionHandler} selectionHandler
*/
-importer.RuntimeControllerEnvironment =
- function(fileManager, selectionHandler) {
- /** @private {!FileManager} */
+importer.RuntimeControllerEnvironment = function(
+ fileManager, selectionHandler) {
+ /** @private {!CommandHandlerDeps} */
this.fileManager_ = fileManager;
/** @private {!FileSelectionHandler} */
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/compiled_resources2.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698