| Index: webkit/fileapi/file_system_operation.h
|
| ===================================================================
|
| --- webkit/fileapi/file_system_operation.h (revision 110200)
|
| +++ webkit/fileapi/file_system_operation.h (working copy)
|
| @@ -5,6 +5,7 @@
|
| #ifndef WEBKIT_FILEAPI_FILE_SYSTEM_OPERATION_H_
|
| #define WEBKIT_FILEAPI_FILE_SYSTEM_OPERATION_H_
|
|
|
| +#include <string>
|
| #include <vector>
|
|
|
| #include "base/file_path.h"
|
| @@ -38,7 +39,6 @@
|
| class FileSystemContext;
|
| class FileWriterDelegate;
|
| class FileSystemOperationTest;
|
| -class FileSystemQuotaUtil;
|
|
|
| // This class is designed to serve one-time file system operation per instance.
|
| // Only one method(CreateFile, CreateDirectory, Copy, Move, DirectoryExists,
|
|
|