| Index: storage/browser/fileapi/quota/quota_reservation_manager.cc
|
| diff --git a/storage/browser/fileapi/quota/quota_reservation_manager.cc b/storage/browser/fileapi/quota/quota_reservation_manager.cc
|
| index b6d2387ca057d6e6871c61c1e6b3853bd047bba8..c61b3b9533ec8734894c6a65968f8e1d4c57a592 100644
|
| --- a/storage/browser/fileapi/quota/quota_reservation_manager.cc
|
| +++ b/storage/browser/fileapi/quota/quota_reservation_manager.cc
|
| @@ -85,7 +85,7 @@ scoped_refptr<QuotaReservation> QuotaReservationManager::CreateReservation(
|
| const GURL& origin,
|
| FileSystemType type) {
|
| DCHECK(origin.is_valid());
|
| - return GetReservationBuffer(origin, type)->CreateReservation();;
|
| + return GetReservationBuffer(origin, type)->CreateReservation();
|
| }
|
|
|
| } // namespace storage
|
|
|