Index: content/browser/storage_partition_impl_map.h |
diff --git a/content/browser/storage_partition_impl_map.h b/content/browser/storage_partition_impl_map.h |
index c15fefc3d8cc5cf3411088a18cce69a59ac44a37..6536621e544e6cf9cbe1236540177c0c0adef436 100644 |
--- a/content/browser/storage_partition_impl_map.h |
+++ b/content/browser/storage_partition_impl_map.h |
@@ -30,7 +30,7 @@ class CONTENT_EXPORT StoragePartitionImplMap |
public: |
explicit StoragePartitionImplMap(BrowserContext* browser_context); |
- virtual ~StoragePartitionImplMap(); |
+ ~StoragePartitionImplMap() override; |
// This map retains ownership of the returned StoragePartition objects. |
StoragePartitionImpl* Get(const std::string& partition_domain, |