| Index: storage/common/fileapi/file_system_util.h
|
| diff --git a/webkit/common/fileapi/file_system_util.h b/storage/common/fileapi/file_system_util.h
|
| similarity index 95%
|
| copy from webkit/common/fileapi/file_system_util.h
|
| copy to storage/common/fileapi/file_system_util.h
|
| index 4da856d0f8cc8babc790a8361df4915f30638f77..55684b606c85ae2220f722b3b1e4b0189493863f 100644
|
| --- a/webkit/common/fileapi/file_system_util.h
|
| +++ b/storage/common/fileapi/file_system_util.h
|
| @@ -2,20 +2,20 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_UTIL_H_
|
| -#define WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_UTIL_H_
|
| +#ifndef STORAGE_COMMON_FILEAPI_FILE_SYSTEM_UTIL_H_
|
| +#define STORAGE_COMMON_FILEAPI_FILE_SYSTEM_UTIL_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/files/file.h"
|
| #include "base/files/file_path.h"
|
| +#include "storage/common/fileapi/file_system_info.h"
|
| +#include "storage/common/fileapi/file_system_types.h"
|
| +#include "storage/common/quota/quota_types.h"
|
| +#include "storage/common/storage_common_export.h"
|
| #include "third_party/WebKit/public/platform/WebFileError.h"
|
| #include "third_party/WebKit/public/platform/WebFileSystemType.h"
|
| -#include "webkit/common/fileapi/file_system_info.h"
|
| -#include "webkit/common/fileapi/file_system_types.h"
|
| -#include "webkit/common/quota/quota_types.h"
|
| -#include "webkit/common/storage_common_export.h"
|
|
|
| class GURL;
|
|
|
| @@ -179,4 +179,4 @@ NetErrorToFileError(int error);
|
|
|
| } // namespace storage
|
|
|
| -#endif // WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_UTIL_H_
|
| +#endif // STORAGE_COMMON_FILEAPI_FILE_SYSTEM_UTIL_H_
|
|
|