| Index: webkit/browser/fileapi/file_system_dir_url_request_job.h
|
| diff --git a/webkit/fileapi/file_system_dir_url_request_job.h b/webkit/browser/fileapi/file_system_dir_url_request_job.h
|
| similarity index 91%
|
| rename from webkit/fileapi/file_system_dir_url_request_job.h
|
| rename to webkit/browser/fileapi/file_system_dir_url_request_job.h
|
| index 7a671e8f2965e7d904d1bf2b2d238894734d2a08..2ffc9d2eda08fee5f7227fa124c53f60c47334d5 100644
|
| --- a/webkit/fileapi/file_system_dir_url_request_job.h
|
| +++ b/webkit/browser/fileapi/file_system_dir_url_request_job.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_DIR_URL_REQUEST_JOB_H_
|
| -#define WEBKIT_FILEAPI_FILE_SYSTEM_DIR_URL_REQUEST_JOB_H_
|
| +#ifndef WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_DIR_URL_REQUEST_JOB_H_
|
| +#define WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_DIR_URL_REQUEST_JOB_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -64,4 +64,4 @@ class WEBKIT_STORAGE_EXPORT_PRIVATE FileSystemDirURLRequestJob
|
|
|
| } // namespace fileapi
|
|
|
| -#endif // WEBKIT_FILEAPI_FILE_SYSTEM_DIR_URL_REQUEST_JOB_H_
|
| +#endif // WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_DIR_URL_REQUEST_JOB_H_
|
|
|