Index: net/extras/sqlite/sqlite_channel_id_store_unittest.cc |
diff --git a/net/extras/sqlite/sqlite_channel_id_store_unittest.cc b/net/extras/sqlite/sqlite_channel_id_store_unittest.cc |
index 92d77e9f68f8acce6731c710a2e869add4380bfc..17024f485cbc317500ae23e92a68de9351f80f37 100644 |
--- a/net/extras/sqlite/sqlite_channel_id_store_unittest.cc |
+++ b/net/extras/sqlite/sqlite_channel_id_store_unittest.cc |
@@ -73,7 +73,7 @@ class SQLiteChannelIDStoreTest : public testing::Test { |
return base::Time::FromUTCExploded(exploded_time); |
} |
- virtual void SetUp() { |
+ void SetUp() override { |
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); |
store_ = new SQLiteChannelIDStore( |
temp_dir_.path().Append(kTestChannelIDFilename), |