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

Unified Diff: remoting/base/resources_unittest.cc

Issue 628753002: replace OVERRIDE and FINAL with override and final in remoting/ (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
« no previous file with comments | « remoting/base/plugin_thread_task_runner.h ('k') | remoting/base/url_request_context_getter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/resources_unittest.cc
diff --git a/remoting/base/resources_unittest.cc b/remoting/base/resources_unittest.cc
index 6511967655a38108385dd73b1d9ae298a14d3d5b..65b4468a37ff35128075d355a1dc9d3a9e13f4e7 100644
--- a/remoting/base/resources_unittest.cc
+++ b/remoting/base/resources_unittest.cc
@@ -15,11 +15,11 @@ class ResourcesTest : public testing::Test {
ResourcesTest(): resources_available_(false) {
}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
resources_available_ = LoadResources("en-US");
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
UnloadResources();
}
« no previous file with comments | « remoting/base/plugin_thread_task_runner.h ('k') | remoting/base/url_request_context_getter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698