| Index: storage/browser/fileapi/sandbox_file_system_backend_delegate.h
|
| diff --git a/webkit/browser/fileapi/sandbox_file_system_backend_delegate.h b/storage/browser/fileapi/sandbox_file_system_backend_delegate.h
|
| similarity index 95%
|
| copy from webkit/browser/fileapi/sandbox_file_system_backend_delegate.h
|
| copy to storage/browser/fileapi/sandbox_file_system_backend_delegate.h
|
| index c0ce39eb5d4e104a4d3dc3a9aa6ea4584ce4d7b4..d93badae01fbf06c49103614dccbcfe13bd990e8 100644
|
| --- a/webkit/browser/fileapi/sandbox_file_system_backend_delegate.h
|
| +++ b/storage/browser/fileapi/sandbox_file_system_backend_delegate.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_SANDBOX_FILE_SYSTEM_BACKEND_DELEGATE_H_
|
| -#define WEBKIT_BROWSER_FILEAPI_SANDBOX_FILE_SYSTEM_BACKEND_DELEGATE_H_
|
| +#ifndef STORAGE_BROWSER_FILEAPI_SANDBOX_FILE_SYSTEM_BACKEND_DELEGATE_H_
|
| +#define STORAGE_BROWSER_FILEAPI_SANDBOX_FILE_SYSTEM_BACKEND_DELEGATE_H_
|
|
|
| #include <map>
|
| #include <set>
|
| @@ -17,10 +17,10 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/threading/thread_checker.h"
|
| #include "base/time/time.h"
|
| -#include "webkit/browser/fileapi/file_system_backend.h"
|
| -#include "webkit/browser/fileapi/file_system_options.h"
|
| -#include "webkit/browser/fileapi/file_system_quota_util.h"
|
| -#include "webkit/browser/storage_browser_export.h"
|
| +#include "storage/browser/fileapi/file_system_backend.h"
|
| +#include "storage/browser/fileapi/file_system_options.h"
|
| +#include "storage/browser/fileapi/file_system_quota_util.h"
|
| +#include "storage/browser/storage_browser_export.h"
|
|
|
| namespace base {
|
| class SequencedTaskRunner;
|
| @@ -257,4 +257,4 @@ class STORAGE_EXPORT SandboxFileSystemBackendDelegate
|
|
|
| } // namespace storage
|
|
|
| -#endif // WEBKIT_BROWSER_FILEAPI_SANDBOX_FILE_SYSTEM_BACKEND_DELEGATE_H_
|
| +#endif // STORAGE_BROWSER_FILEAPI_SANDBOX_FILE_SYSTEM_BACKEND_DELEGATE_H_
|
|
|