| Index: chrome/browser/safe_browsing/protocol_manager_unittest.cc
|
| diff --git a/chrome/browser/safe_browsing/protocol_manager_unittest.cc b/chrome/browser/safe_browsing/protocol_manager_unittest.cc
|
| index 687347a6bc26f8168460296c8ad2a9029aea033d..2bf6b3d75f1981b5c0a57894f196886dacee61ea 100644
|
| --- a/chrome/browser/safe_browsing/protocol_manager_unittest.cc
|
| +++ b/chrome/browser/safe_browsing/protocol_manager_unittest.cc
|
| @@ -72,7 +72,7 @@ class SafeBrowsingProtocolManagerTest : public testing::Test {
|
| protected:
|
| std::string key_param_;
|
|
|
| - virtual void SetUp() {
|
| + void SetUp() override {
|
| std::string key = google_apis::GetAPIKey();
|
| if (!key.empty()) {
|
| key_param_ = base::StringPrintf(
|
|
|