| Index: webkit/common/fileapi/file_system_url.h
|
| diff --git a/webkit/fileapi/file_system_url.h b/webkit/common/fileapi/file_system_url.h
|
| similarity index 97%
|
| rename from webkit/fileapi/file_system_url.h
|
| rename to webkit/common/fileapi/file_system_url.h
|
| index 8a18118e66e78cad3686f5e8c8d3299c8324d5d6..1fe686b1fea9376eae9bd93a5d2592a545695795 100644
|
| --- a/webkit/fileapi/file_system_url.h
|
| +++ b/webkit/common/fileapi/file_system_url.h
|
| @@ -2,15 +2,15 @@
|
| // 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_URL_H_
|
| -#define WEBKIT_FILEAPI_FILE_SYSTEM_URL_H_
|
| +#ifndef WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_URL_H_
|
| +#define WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_URL_H_
|
|
|
| #include <set>
|
| #include <string>
|
|
|
| #include "base/platform_file.h"
|
| #include "googleurl/src/gurl.h"
|
| -#include "webkit/fileapi/file_system_types.h"
|
| +#include "webkit/common/fileapi/file_system_types.h"
|
| #include "webkit/storage/webkit_storage_export.h"
|
|
|
| namespace fileapi {
|
| @@ -168,4 +168,4 @@ typedef std::set<FileSystemURL, FileSystemURL::Comparator> FileSystemURLSet;
|
|
|
| } // namespace fileapi
|
|
|
| -#endif // WEBKIT_FILEAPI_FILE_SYSTEM_URL_H_
|
| +#endif // WEBKIT_COMMON_FILEAPI_FILE_SYSTEM_URL_H_
|
|
|