diff options
author | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-07 01:20:01 +0000 |
---|---|---|
committer | adamk@chromium.org <adamk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-07 01:20:01 +0000 |
commit | 3ed847a6f774ee7aafdf24ff158f968919163f1a (patch) | |
tree | d062db546989ea8a221a006653351d1cee4cbe64 /webkit/fileapi/file_system_operation_unittest.cc | |
parent | f5e713b5b6154f002bcaf7b1ee3d4fece3faaae1 (diff) | |
download | chromium_src-3ed847a6f774ee7aafdf24ff158f968919163f1a.zip chromium_src-3ed847a6f774ee7aafdf24ff158f968919163f1a.tar.gz chromium_src-3ed847a6f774ee7aafdf24ff158f968919163f1a.tar.bz2 |
Move all webkit/fileapi tests to content_unittests
Most were previously in test_shell_tests, which we're trying to kill.
The rest were in unit_tests, and are being moved for consistency's sake.
BUG=126514
Review URL: https://chromiumcodereview.appspot.com/10447043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140919 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/fileapi/file_system_operation_unittest.cc')
-rw-r--r-- | webkit/fileapi/file_system_operation_unittest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/fileapi/file_system_operation_unittest.cc b/webkit/fileapi/file_system_operation_unittest.cc index 9eabd5e..85f1cbe 100644 --- a/webkit/fileapi/file_system_operation_unittest.cc +++ b/webkit/fileapi/file_system_operation_unittest.cc @@ -379,6 +379,7 @@ class FileSystemOperationTest scoped_refptr<ShareableFileReference> shareable_file_ref_; private: + MessageLoop message_loop_; scoped_refptr<QuotaManager> quota_manager_; scoped_refptr<QuotaManagerProxy> quota_manager_proxy_; |