| Index: storage/browser/fileapi/copy_or_move_operation_delegate.h
|
| diff --git a/webkit/browser/fileapi/copy_or_move_operation_delegate.h b/storage/browser/fileapi/copy_or_move_operation_delegate.h
|
| similarity index 95%
|
| copy from webkit/browser/fileapi/copy_or_move_operation_delegate.h
|
| copy to storage/browser/fileapi/copy_or_move_operation_delegate.h
|
| index e0a574d1e5de7c55e39d761b3665bba82a55685d..0b97d1c9ca14f1e26b2bdcac829b29a2c0562d55 100644
|
| --- a/webkit/browser/fileapi/copy_or_move_operation_delegate.h
|
| +++ b/storage/browser/fileapi/copy_or_move_operation_delegate.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_BROWSER_FILEAPI_COPY_OR_MOVE_OPERATION_DELEGATE_H_
|
| -#define WEBKIT_BROWSER_FILEAPI_COPY_OR_MOVE_OPERATION_DELEGATE_H_
|
| +#ifndef STORAGE_BROWSER_FILEAPI_COPY_OR_MOVE_OPERATION_DELEGATE_H_
|
| +#define STORAGE_BROWSER_FILEAPI_COPY_OR_MOVE_OPERATION_DELEGATE_H_
|
|
|
| #include <set>
|
| #include <stack>
|
| @@ -11,7 +11,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/time/time.h"
|
| -#include "webkit/browser/fileapi/recursive_operation_delegate.h"
|
| +#include "storage/browser/fileapi/recursive_operation_delegate.h"
|
|
|
| namespace net {
|
| class DrainableIOBuffer;
|
| @@ -159,4 +159,4 @@ class CopyOrMoveOperationDelegate
|
|
|
| } // namespace storage
|
|
|
| -#endif // WEBKIT_BROWSER_FILEAPI_COPY_OR_MOVE_OPERATION_DELEGATE_H_
|
| +#endif // STORAGE_BROWSER_FILEAPI_COPY_OR_MOVE_OPERATION_DELEGATE_H_
|
|
|