Index: content/browser/storage_partition_impl_unittest.cc |
diff --git a/content/browser/storage_partition_impl_unittest.cc b/content/browser/storage_partition_impl_unittest.cc |
index 8145d5277c64fca9a7961d75a3785a0db862aab0..a2950c850aaf2d0a76de15621dc3a93f9081101e 100644 |
--- a/content/browser/storage_partition_impl_unittest.cc |
+++ b/content/browser/storage_partition_impl_unittest.cc |
@@ -364,7 +364,7 @@ class StoragePartitionShaderClearTest : public testing::Test { |
cache_ = ShaderCacheFactory::GetInstance()->Get(kDefaultClientId); |
} |
- virtual ~StoragePartitionShaderClearTest() { |
+ ~StoragePartitionShaderClearTest() override { |
cache_ = NULL; |
ShaderCacheFactory::GetInstance()->RemoveCacheInfo(kDefaultClientId); |
} |