Index: chrome/browser/local_discovery/gcd_api_flow_unittest.cc |
diff --git a/chrome/browser/local_discovery/gcd_api_flow_unittest.cc b/chrome/browser/local_discovery/gcd_api_flow_unittest.cc |
index 02c27a3f29ac6cabdefcf6e0a319978b182e13aa..a9edd8633e466154fd8c657cac13fb0e7dc20d0f 100644 |
--- a/chrome/browser/local_discovery/gcd_api_flow_unittest.cc |
+++ b/chrome/browser/local_discovery/gcd_api_flow_unittest.cc |
@@ -51,7 +51,7 @@ class GCDApiFlowTest : public testing::Test { |
virtual ~GCDApiFlowTest() {} |
protected: |
- virtual void SetUp() OVERRIDE { |
+ virtual void SetUp() override { |
token_service_.set_request_context(request_context_.get()); |
token_service_.AddAccount(account_id_); |
ui_thread_.Stop(); // HACK: Fake being on the UI thread |