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

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

Issue 881463003: Files.app: Add a deduplication step to avoid importing duplicate media. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to master; fix Banners test. Created 5 years, 11 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/ui/banners_unittest.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/banners_unittest.js b/ui/file_manager/file_manager/foreground/js/ui/banners_unittest.js
index abc3f3ce581b51cd660ee0d8bc478472472db9e1..8ef7aee3332723d594857a97550e8590098f5082 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/banners_unittest.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/banners_unittest.js
@@ -47,7 +47,7 @@ function setUp() {
mtpDcimEntry = new MockDirectoryEntry(mtpVolumeInfo.fileSystem, '/DCIM');
downloadsEntry = new MockDirectoryEntry(
volumeManager.getCurrentProfileVolumeInfo(
- VolumeManagerCommon.VolumeType.DOWNLOADS),
+ VolumeManagerCommon.VolumeType.DOWNLOADS).fileSystem,
'/hello-world');
cloudImportBanner = new CloudImportBanner(directoryModel, volumeManager);

Powered by Google App Engine
This is Rietveld 408576698