| Index: webkit/browser/fileapi/file_system_url.h
|
| diff --git a/webkit/fileapi/file_system_url.h b/webkit/browser/fileapi/file_system_url.h
|
| similarity index 97%
|
| rename from webkit/fileapi/file_system_url.h
|
| rename to webkit/browser/fileapi/file_system_url.h
|
| index 1ae778ccc21f5708cae9233f15f4cb395c1b349a..0b88dd4cfbb0d8dd22306aa61f547e735d6fa6d1 100644
|
| --- a/webkit/fileapi/file_system_url.h
|
| +++ b/webkit/browser/fileapi/file_system_url.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_URL_H_
|
| -#define WEBKIT_FILEAPI_FILE_SYSTEM_URL_H_
|
| +#ifndef WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_URL_H_
|
| +#define WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_URL_H_
|
|
|
| #include <set>
|
| #include <string>
|
| @@ -170,4 +170,4 @@ typedef std::set<FileSystemURL, FileSystemURL::Comparator> FileSystemURLSet;
|
|
|
| } // namespace fileapi
|
|
|
| -#endif // WEBKIT_FILEAPI_FILE_SYSTEM_URL_H_
|
| +#endif // WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_URL_H_
|
|
|