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

Unified Diff: webkit/fileapi/syncable/local_file_change_tracker_unittest.cc

Issue 11103027: Support filesystem files from BlobURLRequestJob (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 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: webkit/fileapi/syncable/local_file_change_tracker_unittest.cc
diff --git a/webkit/fileapi/syncable/local_file_change_tracker_unittest.cc b/webkit/fileapi/syncable/local_file_change_tracker_unittest.cc
index 3eea5ef2f740c30814ea0a78c40df108317e223e..24949671182ac8579e73a475d7dc7cb418339376 100644
--- a/webkit/fileapi/syncable/local_file_change_tracker_unittest.cc
+++ b/webkit/fileapi/syncable/local_file_change_tracker_unittest.cc
@@ -179,7 +179,7 @@ TEST_F(LocalFileChangeTrackerTest, RestoreCreateAndModifyChanges) {
const GURL blob_url("blob:test");
const std::string kData("Lorem ipsum.");
- MockBlobURLRequestContext url_request_context;
+ MockBlobURLRequestContext url_request_context(file_system_context());
ScopedTextBlob blob(url_request_context, blob_url, kData);
// Creates files and nested directories.

Powered by Google App Engine
This is Rietveld 408576698