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

Unified Diff: ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.html

Issue 2839863002: Add Team Drive subtree to the directory list view. (Closed)
Patch Set: Fix FileManagerJsTest.{NavigationListModelTest,ProvidersModel}. 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
Index: ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.html
diff --git a/ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.html b/ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.html
index 2bddf0d1d050c81357d4f867f4d42e8e451b3452..543eaa8c74735ca3c7090457adb328645cf804b8 100644
--- a/ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.html
+++ b/ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.html
@@ -23,6 +23,7 @@
<script src="../../background/js/volume_manager_util.js"></script>
<script src="../../common/js/async_util.js"></script>
<script src="../../common/js/mock_entry.js"></script>
+<script src="../../common/js/unittest_util.js"></script>
<script src="../../common/js/util.js"></script>
<script src="mock_folder_shortcut_data_model.js"></script>
<script src="navigation_list_model.js"></script>

Powered by Google App Engine
This is Rietveld 408576698