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

Unified Diff: webkit/fileapi/file_system_dir_url_request_job_unittest.cc

Issue 11747020: Cleanup: Remove using statements from webkit/fileapi header files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 12 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_context.cc ('k') | webkit/fileapi/file_system_file_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_dir_url_request_job_unittest.cc
===================================================================
--- webkit/fileapi/file_system_dir_url_request_job_unittest.cc (revision 174833)
+++ webkit/fileapi/file_system_dir_url_request_job_unittest.cc (working copy)
@@ -141,9 +141,9 @@
context.get(), CreateURL(path), length));
}
- PlatformFileError GetFileInfo(const FilePath& path,
- base::PlatformFileInfo* file_info,
- FilePath* platform_file_path) {
+ base::PlatformFileError GetFileInfo(const FilePath& path,
+ base::PlatformFileInfo* file_info,
+ FilePath* platform_file_path) {
scoped_ptr<FileSystemOperationContext> context(NewOperationContext());
return file_util()->GetFileInfo(context.get(),
CreateURL(path),
« no previous file with comments | « webkit/fileapi/file_system_context.cc ('k') | webkit/fileapi/file_system_file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698