Index: storage/browser/fileapi/recursive_operation_delegate.h |
diff --git a/webkit/browser/fileapi/recursive_operation_delegate.h b/storage/browser/fileapi/recursive_operation_delegate.h |
similarity index 94% |
copy from webkit/browser/fileapi/recursive_operation_delegate.h |
copy to storage/browser/fileapi/recursive_operation_delegate.h |
index 638663243b4e7a84276ae84531bbe11a4a8ed88a..f7f07c2549c9163eabd7c971c49afe9e2f9e6929 100644 |
--- a/webkit/browser/fileapi/recursive_operation_delegate.h |
+++ b/storage/browser/fileapi/recursive_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_RECURSIVE_OPERATION_DELEGATE_H_ |
-#define WEBKIT_BROWSER_FILEAPI_RECURSIVE_OPERATION_DELEGATE_H_ |
+#ifndef STORAGE_BROWSER_FILEAPI_RECURSIVE_OPERATION_DELEGATE_H_ |
+#define STORAGE_BROWSER_FILEAPI_RECURSIVE_OPERATION_DELEGATE_H_ |
#include <queue> |
#include <stack> |
@@ -11,8 +11,8 @@ |
#include "base/basictypes.h" |
#include "base/callback.h" |
#include "base/memory/weak_ptr.h" |
-#include "webkit/browser/fileapi/file_system_operation.h" |
-#include "webkit/browser/fileapi/file_system_url.h" |
+#include "storage/browser/fileapi/file_system_operation.h" |
+#include "storage/browser/fileapi/file_system_url.h" |
namespace storage { |
@@ -149,4 +149,4 @@ class STORAGE_EXPORT RecursiveOperationDelegate |
} // namespace storage |
-#endif // WEBKIT_BROWSER_FILEAPI_RECURSIVE_OPERATION_DELEGATE_H_ |
+#endif // STORAGE_BROWSER_FILEAPI_RECURSIVE_OPERATION_DELEGATE_H_ |