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

Unified Diff: webkit/fileapi/file_system_mount_point_provider_unittest.cc

Issue 10447043: Move all webkit/fileapi tests to content_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try to fix ChromeOS build Created 8 years, 6 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 | « webkit/fileapi/file_system_file_util_unittest.cc ('k') | webkit/fileapi/file_system_operation_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_mount_point_provider_unittest.cc
diff --git a/webkit/fileapi/file_system_mount_point_provider_unittest.cc b/webkit/fileapi/file_system_mount_point_provider_unittest.cc
index f56ce8c1b9d1b2b85fdce1d44d7df9ceb24d0f7d..b5b07a26fc346c41060e76f12336526bc46ae827 100644
--- a/webkit/fileapi/file_system_mount_point_provider_unittest.cc
+++ b/webkit/fileapi/file_system_mount_point_provider_unittest.cc
@@ -219,7 +219,7 @@ class FileSystemMountPointProviderTest : public testing::Test {
#if defined(OS_CHROMEOS)
ExternalFileSystemMountPointProvider* external_provider =
file_system_context_->external_provider();
- external_provider->AddMountPoint(FilePath(kMountPoint));
+ external_provider->AddLocalMountPoint(FilePath(kMountPoint));
#endif
}
@@ -254,6 +254,7 @@ class FileSystemMountPointProviderTest : public testing::Test {
private:
ScopedTempDir data_dir_;
+ MessageLoop message_loop_;
base::WeakPtrFactory<FileSystemMountPointProviderTest> weak_factory_;
scoped_refptr<quota::SpecialStoragePolicy> special_storage_policy_;
« no previous file with comments | « webkit/fileapi/file_system_file_util_unittest.cc ('k') | webkit/fileapi/file_system_operation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698