X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fnet%2Fextras%2Fsqlite%2Fsqlite_channel_id_store_unittest.cc;h=17024f485cbc317500ae23e92a68de9351f80f37;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=92d77e9f68f8acce6731c710a2e869add4380bfc;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/net/extras/sqlite/sqlite_channel_id_store_unittest.cc b/src/net/extras/sqlite/sqlite_channel_id_store_unittest.cc index 92d77e9..17024f4 100644 --- a/src/net/extras/sqlite/sqlite_channel_id_store_unittest.cc +++ b/src/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),