| Index: webkit/common/fileapi/file_system_util.h
|
| diff --git a/webkit/fileapi/file_system_util.h b/webkit/common/fileapi/file_system_util.h
|
| similarity index 96%
|
| rename from webkit/fileapi/file_system_util.h
|
| rename to webkit/common/fileapi/file_system_util.h
|
| index e49a17748809720dc820473757628e836cd8ef11..e13c46e91a4b54cf5e7bde179f331d2791de96fb 100644
|
| --- a/webkit/fileapi/file_system_util.h
|
| +++ b/webkit/common/fileapi/file_system_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_FILEAPI_FILE_SYSTEM_UTIL_H_
|
| -#define WEBKIT_FILEAPI_FILE_SYSTEM_UTIL_H_
|
| +#ifndef WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_UTIL_H_
|
| +#define WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_UTIL_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -12,7 +12,7 @@
|
| #include "base/platform_file.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystemType.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFileError.h"
|
| -#include "webkit/fileapi/file_system_types.h"
|
| +#include "webkit/common/fileapi/file_system_types.h"
|
| #include "webkit/quota/quota_types.h"
|
| #include "webkit/storage/webkit_storage_export.h"
|
|
|
| @@ -153,4 +153,4 @@ WEBKIT_STORAGE_EXPORT bool AreSameFileSystem(
|
|
|
| } // namespace fileapi
|
|
|
| -#endif // WEBKIT_FILEAPI_FILE_SYSTEM_UTIL_H_
|
| +#endif // WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_UTIL_H_
|
|
|