| Index: storage/browser/fileapi/quota/open_file_handle_context.h
|
| diff --git a/webkit/browser/fileapi/quota/open_file_handle_context.h b/storage/browser/fileapi/quota/open_file_handle_context.h
|
| similarity index 84%
|
| copy from webkit/browser/fileapi/quota/open_file_handle_context.h
|
| copy to storage/browser/fileapi/quota/open_file_handle_context.h
|
| index 86ecab2c8874e177f6abaf4603c278392c4adbfa..cb3706491047be4372174fa58b31b013f9c8365d 100644
|
| --- a/webkit/browser/fileapi/quota/open_file_handle_context.h
|
| +++ b/storage/browser/fileapi/quota/open_file_handle_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_BROWSER_FILEAPI_OPEN_FILE_HANDLE_CONTEXT_H_
|
| -#define WEBKIT_BROWSER_FILEAPI_OPEN_FILE_HANDLE_CONTEXT_H_
|
| +#ifndef STORAGE_BROWSER_FILEAPI_OPEN_FILE_HANDLE_CONTEXT_H_
|
| +#define STORAGE_BROWSER_FILEAPI_OPEN_FILE_HANDLE_CONTEXT_H_
|
|
|
| #include <map>
|
|
|
| @@ -11,9 +11,9 @@
|
| #include "base/files/file_path.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "storage/browser/storage_browser_export.h"
|
| +#include "storage/common/fileapi/file_system_types.h"
|
| #include "url/gurl.h"
|
| -#include "webkit/browser/storage_browser_export.h"
|
| -#include "webkit/common/fileapi/file_system_types.h"
|
|
|
| namespace storage {
|
|
|
| @@ -58,4 +58,4 @@ class OpenFileHandleContext : public base::RefCounted<OpenFileHandleContext> {
|
|
|
| } // namespace storage
|
|
|
| -#endif // WEBKIT_BROWSER_FILEAPI_OPEN_FILE_HANDLE_CONTEXT_H_
|
| +#endif // STORAGE_BROWSER_FILEAPI_OPEN_FILE_HANDLE_CONTEXT_H_
|
|
|