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

Unified Diff: webkit/fileapi/file_system_file_util_proxy.h

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_file_util.h ('k') | webkit/fileapi/isolated_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_file_util_proxy.h
===================================================================
--- webkit/fileapi/file_system_file_util_proxy.h (revision 174833)
+++ webkit/fileapi/file_system_file_util_proxy.h (working copy)
@@ -5,23 +5,15 @@
#ifndef WEBKIT_FILEAPI_FILE_SYSTEM_FILE_UTIL_PROXY_H_
#define WEBKIT_FILEAPI_FILE_SYSTEM_FILE_UTIL_PROXY_H_
-#include <vector>
-
#include "base/callback.h"
#include "base/file_path.h"
#include "base/file_util_proxy.h"
-#include "base/memory/ref_counted.h"
#include "base/platform_file.h"
-#include "base/tracked_objects.h"
#include "webkit/fileapi/file_system_file_util.h"
#include "webkit/fileapi/file_system_operation.h"
namespace fileapi {
-using base::PlatformFile;
-using base::PlatformFileError;
-using base::PlatformFileInfo;
-
class FileSystemFileUtil;
class FileSystemOperationContext;
class FileSystemURL;
@@ -36,8 +28,8 @@
typedef base::FileUtilProxy::Entry Entry;
typedef base::FileUtilProxy::CreateOrOpenCallback CreateOrOpenCallback;
- typedef base::Callback<void(PlatformFileError status)> StatusCallback;
- typedef base::Callback<void(PlatformFileError status,
+ typedef base::Callback<void(base::PlatformFileError status)> StatusCallback;
+ typedef base::Callback<void(base::PlatformFileError status,
bool created)> EnsureFileExistsCallback;
typedef FileSystemOperation::GetMetadataCallback GetFileInfoCallback;
typedef FileSystemOperation::ReadDirectoryCallback ReadDirectoryCallback;
« no previous file with comments | « webkit/fileapi/file_system_file_util.h ('k') | webkit/fileapi/isolated_file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698