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

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

Issue 439753002: Files.app: Add the MockDirectoryEntry class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 6 years, 4 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
« no previous file with comments | « chrome/test/data/file_manager/unit_tests/mocks/mock_file_entry.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5b980a8e0ccb2acf579b4f475c0a683d0fc6b4f0..2cedd984e46c164a1b3cfc2b4ce6d60b22422f89 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
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<!-- Copyright 2013 The Chromium Authors. All rights reserved.
+<!-- Copyright 2014 The Chromium Authors. All rights reserved.
-- Use of this source code is governed by a BSD-style license that can be
-- found in the LICENSE file.
-->
@@ -20,7 +20,7 @@
<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_entry.js"></script>
<script src="mocks/mock_file_system.js"></script>
<script src="mocks/mock_volume_manager.js"></script>
<script src="mocks/mock_folder_shortcut_data_model.js"></script>
« no previous file with comments | « chrome/test/data/file_manager/unit_tests/mocks/mock_file_entry.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698