| Index: storage/browser/quota/quota_manager.h
|
| diff --git a/webkit/browser/quota/quota_manager.h b/storage/browser/quota/quota_manager.h
|
| similarity index 96%
|
| copy from webkit/browser/quota/quota_manager.h
|
| copy to storage/browser/quota/quota_manager.h
|
| index 19c26f22f0905bd91708e4979083bb36e7b345ac..98a9415d2fb95aa2500255bfc1665bca79a7d210 100644
|
| --- a/webkit/browser/quota/quota_manager.h
|
| +++ b/storage/browser/quota/quota_manager.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_QUOTA_QUOTA_MANAGER_H_
|
| -#define WEBKIT_BROWSER_QUOTA_QUOTA_MANAGER_H_
|
| +#ifndef STORAGE_BROWSER_QUOTA_QUOTA_MANAGER_H_
|
| +#define STORAGE_BROWSER_QUOTA_QUOTA_MANAGER_H_
|
|
|
| #include <deque>
|
| #include <list>
|
| @@ -20,13 +20,13 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/sequenced_task_runner_helpers.h"
|
| -#include "webkit/browser/quota/quota_callbacks.h"
|
| -#include "webkit/browser/quota/quota_client.h"
|
| -#include "webkit/browser/quota/quota_database.h"
|
| -#include "webkit/browser/quota/quota_task.h"
|
| -#include "webkit/browser/quota/special_storage_policy.h"
|
| -#include "webkit/browser/quota/storage_observer.h"
|
| -#include "webkit/browser/storage_browser_export.h"
|
| +#include "storage/browser/quota/quota_callbacks.h"
|
| +#include "storage/browser/quota/quota_client.h"
|
| +#include "storage/browser/quota/quota_database.h"
|
| +#include "storage/browser/quota/quota_task.h"
|
| +#include "storage/browser/quota/special_storage_policy.h"
|
| +#include "storage/browser/quota/storage_observer.h"
|
| +#include "storage/browser/storage_browser_export.h"
|
|
|
| namespace base {
|
| class FilePath;
|
| @@ -457,4 +457,4 @@ struct QuotaManagerDeleter {
|
|
|
| } // namespace storage
|
|
|
| -#endif // WEBKIT_BROWSER_QUOTA_QUOTA_MANAGER_H_
|
| +#endif // STORAGE_BROWSER_QUOTA_QUOTA_MANAGER_H_
|
|
|