| Index: storage/browser/fileapi/async_file_util.h
|
| diff --git a/webkit/browser/fileapi/async_file_util.h b/storage/browser/fileapi/async_file_util.h
|
| similarity index 97%
|
| copy from webkit/browser/fileapi/async_file_util.h
|
| copy to storage/browser/fileapi/async_file_util.h
|
| index c2b1098ee3af861ccf167a02c03d595a481dc1ef..eab6af72a8ca6dd8e61f1187794d8440e56210c9 100644
|
| --- a/webkit/browser/fileapi/async_file_util.h
|
| +++ b/storage/browser/fileapi/async_file_util.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_ASYNC_FILE_UTIL_H_
|
| -#define WEBKIT_BROWSER_FILEAPI_ASYNC_FILE_UTIL_H_
|
| +#ifndef STORAGE_BROWSER_FILEAPI_ASYNC_FILE_UTIL_H_
|
| +#define STORAGE_BROWSER_FILEAPI_ASYNC_FILE_UTIL_H_
|
|
|
| #include <vector>
|
|
|
| @@ -12,9 +12,9 @@
|
| #include "base/files/file.h"
|
| #include "base/files/file_util_proxy.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "webkit/browser/fileapi/file_system_operation.h"
|
| -#include "webkit/browser/storage_browser_export.h"
|
| -#include "webkit/common/fileapi/directory_entry.h"
|
| +#include "storage/browser/fileapi/file_system_operation.h"
|
| +#include "storage/browser/storage_browser_export.h"
|
| +#include "storage/common/fileapi/directory_entry.h"
|
|
|
| namespace base {
|
| class Time;
|
| @@ -363,4 +363,4 @@ class AsyncFileUtil {
|
|
|
| } // namespace storage
|
|
|
| -#endif // WEBKIT_BROWSER_FILEAPI_ASYNC_FILE_UTIL_H_
|
| +#endif // STORAGE_BROWSER_FILEAPI_ASYNC_FILE_UTIL_H_
|
|
|