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

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

Issue 677213002: Add ImportHistory class and RecordStorage class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a comment typo. Created 6 years, 2 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/import_history_unittest.html
diff --git a/chrome/test/data/file_manager/unit_tests/metadata_cache_unittest.html b/chrome/test/data/file_manager/unit_tests/import_history_unittest.html
similarity index 62%
copy from chrome/test/data/file_manager/unit_tests/metadata_cache_unittest.html
copy to chrome/test/data/file_manager/unit_tests/import_history_unittest.html
index 97f8fea7676b008929ebbd2d69fdf9af9fe1dd5c..5f60020fda95b62894c614a7dd82b023368ab0e8 100644
--- a/chrome/test/data/file_manager/unit_tests/metadata_cache_unittest.html
+++ b/chrome/test/data/file_manager/unit_tests/import_history_unittest.html
@@ -7,10 +7,9 @@
<html>
<body>
-<script src="../../../../../ui/file_manager/file_manager/foreground/js/metadata/metadata_cache.js"></script>
+<script src="../../../../../ui/file_manager/file_manager/background/js/import_history.js"></script>
<script src="mocks/mock_entry.js"></script>
-
-<script src="metadata_cache_unittest.js"></script>
+<script src="import_history_unittest.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698