| Index: storage/browser/fileapi/remove_operation_delegate.h
|
| diff --git a/webkit/browser/fileapi/remove_operation_delegate.h b/storage/browser/fileapi/remove_operation_delegate.h
|
| similarity index 85%
|
| copy from webkit/browser/fileapi/remove_operation_delegate.h
|
| copy to storage/browser/fileapi/remove_operation_delegate.h
|
| index 57380a3167cbcaef7decc813eb3bbb2170c4a2c8..436a6417c9c1b28348b4c7522434e0ada2de09c0 100644
|
| --- a/webkit/browser/fileapi/remove_operation_delegate.h
|
| +++ b/storage/browser/fileapi/remove_operation_delegate.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_BROWSER_FILEAPI_REMOVE_OPERATION_DELEGATE_H_
|
| -#define WEBKIT_BROWSER_FILEAPI_REMOVE_OPERATION_DELEGATE_H_
|
| +#ifndef STORAGE_BROWSER_FILEAPI_REMOVE_OPERATION_DELEGATE_H_
|
| +#define STORAGE_BROWSER_FILEAPI_REMOVE_OPERATION_DELEGATE_H_
|
|
|
| #include <stack>
|
|
|
| -#include "webkit/browser/fileapi/recursive_operation_delegate.h"
|
| +#include "storage/browser/fileapi/recursive_operation_delegate.h"
|
|
|
| namespace storage {
|
|
|
| @@ -43,4 +43,4 @@ class RemoveOperationDelegate : public RecursiveOperationDelegate {
|
|
|
| } // namespace storage
|
|
|
| -#endif // WEBKIT_BROWSER_FILEAPI_REMOVE_OPERATION_DELEGATE_H_
|
| +#endif // STORAGE_BROWSER_FILEAPI_REMOVE_OPERATION_DELEGATE_H_
|
|
|