| Index: webkit/browser/fileapi/file_system_operation_context.h
|
| diff --git a/webkit/fileapi/file_system_operation_context.h b/webkit/browser/fileapi/file_system_operation_context.h
|
| similarity index 95%
|
| rename from webkit/fileapi/file_system_operation_context.h
|
| rename to webkit/browser/fileapi/file_system_operation_context.h
|
| index ffce4c38645716735d1740b80640abc7f482a261..68c7ce5d26cb27837deb0afe660b94c4bc1ac8b1 100644
|
| --- a/webkit/fileapi/file_system_operation_context.h
|
| +++ b/webkit/browser/fileapi/file_system_operation_context.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_OPERATION_CONTEXT_H_
|
| -#define WEBKIT_FILEAPI_FILE_SYSTEM_OPERATION_CONTEXT_H_
|
| +#ifndef WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_CONTEXT_H_
|
| +#define WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_CONTEXT_H_
|
|
|
| #include "base/supports_user_data.h"
|
| #include "base/threading/thread_checker.h"
|
| @@ -124,4 +124,4 @@ class WEBKIT_STORAGE_EXPORT_PRIVATE FileSystemOperationContext
|
|
|
| } // namespace fileapi
|
|
|
| -#endif // WEBKIT_FILEAPI_FILE_SYSTEM_OPERATION_CONTEXT_H_
|
| +#endif // WEBKIT_BROWSER_FILEAPI_FILE_SYSTEM_OPERATION_CONTEXT_H_
|
|
|