Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(700)

Unified Diff: trunk/src/webkit/browser/fileapi/quota/quota_reservation_buffer.h

Issue 64883003: Revert 233815 "Quota: Implement QuotaBackendImpl" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698