| Index: webkit/common/fileapi/file_system_types.h
|
| diff --git a/webkit/fileapi/file_system_types.h b/webkit/common/fileapi/file_system_types.h
|
| similarity index 96%
|
| rename from webkit/fileapi/file_system_types.h
|
| rename to webkit/common/fileapi/file_system_types.h
|
| index e45f6b0ebe1b1c85e4a0f81a9c82e5968bfdaa26..b2d1f832ee088aea3ae9322eaef4301796621760 100644
|
| --- a/webkit/fileapi/file_system_types.h
|
| +++ b/webkit/common/fileapi/file_system_types.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_TYPES_H_
|
| -#define WEBKIT_FILEAPI_FILE_SYSTEM_TYPES_H_
|
| +#ifndef WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_TYPES_H_
|
| +#define WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_TYPES_H_
|
|
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystem.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebFileSystemType.h"
|
| @@ -107,4 +107,4 @@ enum FileSystemType {
|
|
|
| } // namespace fileapi
|
|
|
| -#endif // WEBKIT_FILEAPI_FILE_SYSTEM_TYPES_H_
|
| +#endif // WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_TYPES_H_
|
|
|