Index: chrome/browser/browsing_data/browsing_data_cookie_helper_unittest.cc |
diff --git a/chrome/browser/browsing_data/browsing_data_cookie_helper_unittest.cc b/chrome/browser/browsing_data/browsing_data_cookie_helper_unittest.cc |
index 68d1125473bd243b1517f3ad7e21bfa6ab7f3fbb..2e1298b8b9a2f1cd46da0be43d648af3bcfbd4ad 100644 |
--- a/chrome/browser/browsing_data/browsing_data_cookie_helper_unittest.cc |
+++ b/chrome/browser/browsing_data/browsing_data_cookie_helper_unittest.cc |
@@ -64,7 +64,7 @@ class BrowsingDataCookieHelperTest : public testing::Test { |
: testing_profile_(new TestingProfile()) { |
} |
- virtual void SetUp() override { cookie_expectations_.clear(); } |
+ void SetUp() override { cookie_expectations_.clear(); } |
// Adds an expectation for a cookie that satisfies the given parameters. |
void AddCookieExpectation(const char* source, |