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

Unified Diff: ui/file_manager/file_manager/background/js/device_handler.js

Issue 1148563004: Fix all compiler errors found by the new compiler version. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 7 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/background/js/device_handler.js
diff --git a/ui/file_manager/file_manager/background/js/device_handler.js b/ui/file_manager/file_manager/background/js/device_handler.js
index 0f2044dc952c90c86edcec7df2c9c95ced328b3f..275dc675e10ecf25b28d26f1647d2dcff0b94001 100644
--- a/ui/file_manager/file_manager/background/js/device_handler.js
+++ b/ui/file_manager/file_manager/background/js/device_handler.js
@@ -423,7 +423,7 @@ DeviceHandler.prototype.onMount_ = function(event) {
.then(
/**
* @param {!VolumeInfo} volumeInfo
- * @return {Promise<DirectoryEntry>} The root directory
+ * @return {!Promise<!DirectoryEntry>} The root directory
* of the volume.
*/
function(volumeInfo) {
« no previous file with comments | « third_party/closure_compiler/runner/runner.jar ('k') | ui/file_manager/file_manager/background/js/duplicate_finder.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698