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

Unified Diff: chrome/test/data/file_manager/unit_tests/navigation_list_model_unittest.html

Issue 247123002: Move Files.app files to ui/file_manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the test failure on non-chromeos Created 6 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: chrome/test/data/file_manager/unit_tests/navigation_list_model_unittest.html
diff --git a/chrome/test/data/file_manager/unit_tests/navigation_list_model_unittest.html b/chrome/test/data/file_manager/unit_tests/navigation_list_model_unittest.html
index 78d61efacb2f65ade6c7485dd7d3cd9c9cf95b66..8e982486865301bc8d216833ee5ad0d60bc79558 100644
--- a/chrome/test/data/file_manager/unit_tests/navigation_list_model_unittest.html
+++ b/chrome/test/data/file_manager/unit_tests/navigation_list_model_unittest.html
@@ -13,12 +13,12 @@
<script src="../../../../../ui/webui/resources/js/cr/ui/array_data_model.js"></script>
<script src="../../../../../ui/webui/resources/js/load_time_data.js"></script>
-<script src="../../../../browser/resources/file_manager/common/js/async_util.js"></script>
-<script src="../../../../browser/resources/file_manager/common/js/path_util.js"></script>
-<script src="../../../../browser/resources/file_manager/common/js/util.js"></script>
+<script src="../../../../../ui/file_manager/file_manager/common/js/async_util.js"></script>
+<script src="../../../../../ui/file_manager/file_manager/common/js/path_util.js"></script>
+<script src="../../../../../ui/file_manager/file_manager/common/js/util.js"></script>
-<script src="../../../../browser/resources/file_manager/background/js/volume_manager.js"></script>
-<script src="../../../../browser/resources/file_manager/foreground/js/navigation_list_model.js"></script>
+<script src="../../../../../ui/file_manager/file_manager/background/js/volume_manager.js"></script>
+<script src="../../../../../ui/file_manager/file_manager/foreground/js/navigation_list_model.js"></script>
<script src="mocks/mock_file_entry.js"></script>
<script src="mocks/mock_file_system.js"></script>

Powered by Google App Engine
This is Rietveld 408576698