| Index: content/browser/storage_partition_impl.cc
|
| diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
|
| index da339fead254c8c3c96fb58494a65231ab66b343..348fe6fdba5af1612bd591a50a1bb7f62f350d5d 100644
|
| --- a/content/browser/storage_partition_impl.cc
|
| +++ b/content/browser/storage_partition_impl.cc
|
| @@ -708,7 +708,7 @@ StoragePartitionImpl::QuotaManagedDataDeletionHelper::ClearOriginsOnIOThread(
|
| // and SessionStorage. This loop wipes out most HTML5 storage for the given
|
| // origins.
|
| DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
| - if (!origins.size()) {
|
| + if (origins.empty()) {
|
| callback.Run();
|
| return;
|
| }
|
|
|