summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-01-04 12:35:03 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-04 20:35:47 +0000
commit8d34e46c9a294b4d9a5f74e97d9e6536d34555c2 (patch)
tree01f00566b53cd84f04339c75bd0290deb40529a1 /storage
parent75e2fba8610567c6b903ecd929707660570d3197 (diff)
downloadchromium_src-8d34e46c9a294b4d9a5f74e97d9e6536d34555c2.zip
chromium_src-8d34e46c9a294b4d9a5f74e97d9e6536d34555c2.tar.gz
chromium_src-8d34e46c9a294b4d9a5f74e97d9e6536d34555c2.tar.bz2
Cleanup: Remove double semicolons.
Found with: git grep -l ';;$' | egrep '\.(cc|h)$' | grep -v third_party Review URL: https://codereview.chromium.org/1558633002 Cr-Commit-Position: refs/heads/master@{#367361}
Diffstat (limited to 'storage')
-rw-r--r--storage/browser/fileapi/quota/quota_reservation_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/browser/fileapi/quota/quota_reservation_manager.cc b/storage/browser/fileapi/quota/quota_reservation_manager.cc
index b6d2387..c61b3b9 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