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

Unified Diff: content/browser/fileapi/obfuscated_file_util_unittest.cc

Issue 145693005: [FileAPI] Replace default leveldb::Env with leveldb::MemEnv in tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 11 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: content/browser/fileapi/obfuscated_file_util_unittest.cc
diff --git a/content/browser/fileapi/obfuscated_file_util_unittest.cc b/content/browser/fileapi/obfuscated_file_util_unittest.cc
index a293bec724a58f19b1aa14c7cc56d33fa6c0d332..2268e14ef8772f62e5b79d2376be75622992f08b 100644
--- a/content/browser/fileapi/obfuscated_file_util_unittest.cc
+++ b/content/browser/fileapi/obfuscated_file_util_unittest.cc
@@ -236,7 +236,7 @@ class ObfuscatedFileUtilTest : public testing::Test {
quota::SpecialStoragePolicy* storage_policy) {
return scoped_ptr<ObfuscatedFileUtil>(
ObfuscatedFileUtil::CreateForTesting(
- storage_policy, data_dir_path(),
+ storage_policy, data_dir_path(), NULL,
base::MessageLoopProxy::current().get()));
}
« no previous file with comments | « content/browser/fileapi/browser_file_system_helper.cc ('k') | content/public/test/test_file_system_options.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698