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

Unified Diff: ui/file_manager/gallery/js/gallery_data_model_unittest.js

Issue 1408533002: Turn on verbose flag for compiling file_manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use type cast for createElement, fix indent. Created 5 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: ui/file_manager/gallery/js/gallery_data_model_unittest.js
diff --git a/ui/file_manager/gallery/js/gallery_data_model_unittest.js b/ui/file_manager/gallery/js/gallery_data_model_unittest.js
index 452916065505695bedcf63ea17dc934215fc960f..ffd7966c05b4abacc02a3ba03f8c49acf4a5c397 100644
--- a/ui/file_manager/gallery/js/gallery_data_model_unittest.js
+++ b/ui/file_manager/gallery/js/gallery_data_model_unittest.js
@@ -31,7 +31,7 @@ function setUp() {
}
function testSaveItemOverwrite(callback) {
- var item = new Gallery.Item(
+ var item = new GalleryItem(
new MockEntry(fileSystem, '/test.jpg'),
null,
/* metadataItem */ {},
@@ -57,7 +57,7 @@ function testSaveItemOverwrite(callback) {
}
function testSaveItemToNewFile(callback) {
- var item = new Gallery.Item(
+ var item = new GalleryItem(
new MockEntry(fileSystem, '/test.webp'),
null,
/* metadataItem */ {},
« no previous file with comments | « ui/file_manager/gallery/js/gallery_data_model_unittest.html ('k') | ui/file_manager/gallery/js/gallery_item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698