Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3653)

Unified Diff: chrome/browser/local_discovery/gcd_api_flow_unittest.cc

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/local_discovery/gcd_api_flow_impl.h ('k') | chrome/browser/local_discovery/gcd_registration_ticket_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698