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

Side by Side Diff: webkit/fileapi/local_file_system_test_helper.cc

Issue 12388061: Cleanup: header cleanup in webkit/fileapi/local_file_system_operation.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "webkit/fileapi/local_file_system_test_helper.h" 5 #include "webkit/fileapi/local_file_system_test_helper.h"
6 6
7 #include "base/file_util.h" 7 #include "base/file_util.h"
8 #include "base/message_loop.h" 8 #include "base/message_loop.h"
9 #include "base/message_loop_proxy.h" 9 #include "base/message_loop_proxy.h"
10 #include "googleurl/src/gurl.h" 10 #include "googleurl/src/gurl.h"
11 #include "webkit/fileapi/external_mount_points.h" 11 #include "webkit/fileapi/external_mount_points.h"
12 #include "webkit/fileapi/file_system_context.h" 12 #include "webkit/fileapi/file_system_context.h"
13 #include "webkit/fileapi/file_system_file_util.h"
13 #include "webkit/fileapi/file_system_operation_context.h" 14 #include "webkit/fileapi/file_system_operation_context.h"
14 #include "webkit/fileapi/file_system_task_runners.h" 15 #include "webkit/fileapi/file_system_task_runners.h"
15 #include "webkit/fileapi/file_system_url.h" 16 #include "webkit/fileapi/file_system_url.h"
16 #include "webkit/fileapi/file_system_usage_cache.h" 17 #include "webkit/fileapi/file_system_usage_cache.h"
17 #include "webkit/fileapi/file_system_util.h" 18 #include "webkit/fileapi/file_system_util.h"
18 #include "webkit/fileapi/local_file_system_operation.h" 19 #include "webkit/fileapi/local_file_system_operation.h"
19 #include "webkit/fileapi/mock_file_system_options.h" 20 #include "webkit/fileapi/mock_file_system_options.h"
20 #include "webkit/fileapi/sandbox_mount_point_provider.h" 21 #include "webkit/fileapi/sandbox_mount_point_provider.h"
21 #include "webkit/fileapi/test_mount_point_provider.h" 22 #include "webkit/fileapi/test_mount_point_provider.h"
22 #include "webkit/quota/mock_special_storage_policy.h" 23 #include "webkit/quota/mock_special_storage_policy.h"
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 type_, 170 type_,
170 new TestMountPointProvider( 171 new TestMountPointProvider(
171 file_system_context_->task_runners()->file_task_runner(), 172 file_system_context_->task_runners()->file_task_runner(),
172 file_system_context_->partition_path())); 173 file_system_context_->partition_path()));
173 } 174 }
174 file_util_ = file_system_context_->GetFileUtil(type_); 175 file_util_ = file_system_context_->GetFileUtil(type_);
175 DCHECK(file_util_); 176 DCHECK(file_util_);
176 } 177 }
177 178
178 } // namespace fileapi 179 } // namespace fileapi
OLDNEW
« no previous file with comments | « webkit/fileapi/local_file_system_quota_unittest.cc ('k') | webkit/fileapi/syncable/syncable_file_system_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698