| Index: trunk/src/webkit/browser/fileapi/quota/quota_reservation_buffer.h
|
| ===================================================================
|
| --- trunk/src/webkit/browser/fileapi/quota/quota_reservation_buffer.h (revision 233827)
|
| +++ trunk/src/webkit/browser/fileapi/quota/quota_reservation_buffer.h (working copy)
|
| @@ -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_QUOTA_RESERVATION_BUFFER_H_
|
| -#define WEBKIT_BROWSER_FILEAPI_QUOTA_QUOTA_RESERVATION_BUFFER_H_
|
| +#ifndef WEBKIT_BROWSER_FILEAPI_QUOTA_RESERVATION_BUFFER_H_
|
| +#define WEBKIT_BROWSER_FILEAPI_QUOTA_RESERVATION_BUFFER_H_
|
|
|
| #include <map>
|
|
|
| @@ -56,7 +56,7 @@
|
| friend class base::RefCounted<QuotaReservationBuffer>;
|
| virtual ~QuotaReservationBuffer();
|
|
|
| - static bool DecrementDirtyCount(
|
| + static bool DecreaseDirtyCount(
|
| base::WeakPtr<QuotaReservationManager> reservation_manager,
|
| const GURL& origin,
|
| FileSystemType type,
|
| @@ -83,4 +83,4 @@
|
|
|
| } // namespace fileapi
|
|
|
| -#endif // WEBKIT_BROWSER_FILEAPI_QUOTA_QUOTA_RESERVATION_BUFFER_H_
|
| +#endif // WEBKIT_BROWSER_FILEAPI_QUOTA_RESERVATION_BUFFER_H_
|
|
|