| Index: webkit/fileapi/remove_operation_delegate.cc
|
| diff --git a/webkit/fileapi/remove_operation_delegate.cc b/webkit/fileapi/remove_operation_delegate.cc
|
| index 50a0157531e19afa06f5edcc8e9ee9bf6b190119..9786cf443b59b0aaabeb705632794633995058db 100644
|
| --- a/webkit/fileapi/remove_operation_delegate.cc
|
| +++ b/webkit/fileapi/remove_operation_delegate.cc
|
| @@ -5,9 +5,9 @@
|
| #include "webkit/fileapi/remove_operation_delegate.h"
|
|
|
| #include "base/bind.h"
|
| +#include "webkit/browser/fileapi/local_file_system_operation.h"
|
| #include "webkit/fileapi/file_system_context.h"
|
| #include "webkit/fileapi/file_system_operation_context.h"
|
| -#include "webkit/fileapi/local_file_system_operation.h"
|
|
|
| namespace fileapi {
|
|
|
|
|