| Index: storage/browser/fileapi/quota/quota_reservation.h
|
| diff --git a/webkit/browser/fileapi/quota/quota_reservation.h b/storage/browser/fileapi/quota/quota_reservation.h
|
| similarity index 89%
|
| copy from webkit/browser/fileapi/quota/quota_reservation.h
|
| copy to storage/browser/fileapi/quota/quota_reservation.h
|
| index edde151195d3c87f97036f465050f8e1673d52e6..be35b9eebe988b496bd6bcc6b3348faf59c7ccd0 100644
|
| --- a/webkit/browser/fileapi/quota/quota_reservation.h
|
| +++ b/storage/browser/fileapi/quota/quota_reservation.h
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_BROWSER_FILEAPI_QUOTA_QUOTA_RESERVATION_H_
|
| -#define WEBKIT_BROWSER_FILEAPI_QUOTA_QUOTA_RESERVATION_H_
|
| +#ifndef STORAGE_BROWSER_FILEAPI_QUOTA_QUOTA_RESERVATION_H_
|
| +#define STORAGE_BROWSER_FILEAPI_QUOTA_QUOTA_RESERVATION_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/files/file.h"
|
| #include "base/files/file_path.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "webkit/browser/fileapi/quota/quota_reservation_manager.h"
|
| -#include "webkit/browser/storage_browser_export.h"
|
| -#include "webkit/common/fileapi/file_system_types.h"
|
| +#include "storage/browser/fileapi/quota/quota_reservation_manager.h"
|
| +#include "storage/browser/storage_browser_export.h"
|
| +#include "storage/common/fileapi/file_system_types.h"
|
|
|
| class GURL;
|
|
|
| @@ -92,4 +92,4 @@ class STORAGE_EXPORT QuotaReservation
|
|
|
| } // namespace storage
|
|
|
| -#endif // WEBKIT_BROWSER_FILEAPI_QUOTA_QUOTA_RESERVATION_H_
|
| +#endif // STORAGE_BROWSER_FILEAPI_QUOTA_QUOTA_RESERVATION_H_
|
|
|