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

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

Issue 918713003: Files.app: Add analytics code to instrument cloud import flows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reorg/rename metrics events. Fix a metrics loading bug. Created 5 years, 10 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/media_scanner_unittest.js
diff --git a/ui/file_manager/file_manager/background/js/media_scanner_unittest.js b/ui/file_manager/file_manager/background/js/media_scanner_unittest.js
index 77fe1c1dfca5f42631d57cbf24a1d0783029b20f..6e1630af77d4610ddd193f42fca3b63d626eaf64 100644
--- a/ui/file_manager/file_manager/background/js/media_scanner_unittest.js
+++ b/ui/file_manager/file_manager/background/js/media_scanner_unittest.js
@@ -341,7 +341,7 @@ function testInvalidation(callback) {
/**
* Verifies the results of the media scan are as expected.
* @param {!Array.<string>} expected
- * @param {!impoter.ScanResults} results
+ * @param {!importer.ScanResults} results
*/
function assertResults(expected, results) {
assertFileEntryPathsEqual(expected, results.getFileEntries());

Powered by Google App Engine
This is Rietveld 408576698