| Index: webkit/browser/fileapi/quota/quota_reservation_buffer.h
|
| diff --git a/webkit/browser/fileapi/quota/quota_reservation_buffer.h b/webkit/browser/fileapi/quota/quota_reservation_buffer.h
|
| index 1b27529dcc2bc0fb0002a9cfd27c78c199da369a..9a11fa5f84216dac02202389974fa716ad100e2e 100644
|
| --- a/webkit/browser/fileapi/quota/quota_reservation_buffer.h
|
| +++ b/webkit/browser/fileapi/quota/quota_reservation_buffer.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_QUOTA_RESERVATION_BUFFER_H_
|
| -#define WEBKIT_BROWSER_FILEAPI_QUOTA_RESERVATION_BUFFER_H_
|
| +#ifndef WEBKIT_BROWSER_FILEAPI_QUOTA_QUOTA_RESERVATION_BUFFER_H_
|
| +#define WEBKIT_BROWSER_FILEAPI_QUOTA_QUOTA_RESERVATION_BUFFER_H_
|
|
|
| #include <map>
|
|
|
| @@ -56,7 +56,7 @@ class QuotaReservationBuffer : public base::RefCounted<QuotaReservationBuffer> {
|
| friend class base::RefCounted<QuotaReservationBuffer>;
|
| virtual ~QuotaReservationBuffer();
|
|
|
| - static bool DecreaseDirtyCount(
|
| + static bool DecrementDirtyCount(
|
| base::WeakPtr<QuotaReservationManager> reservation_manager,
|
| const GURL& origin,
|
| FileSystemType type,
|
| @@ -83,4 +83,4 @@ class QuotaReservationBuffer : public base::RefCounted<QuotaReservationBuffer> {
|
|
|
| } // namespace fileapi
|
|
|
| -#endif // WEBKIT_BROWSER_FILEAPI_QUOTA_RESERVATION_BUFFER_H_
|
| +#endif // WEBKIT_BROWSER_FILEAPI_QUOTA_QUOTA_RESERVATION_BUFFER_H_
|
|
|