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

Unified Diff: components/precache/content/precache_manager_unittest.cc

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: components/precache/content/precache_manager_unittest.cc
diff --git a/components/precache/content/precache_manager_unittest.cc b/components/precache/content/precache_manager_unittest.cc
index bd11130ed74e12f79d200edcbada3eccbc896da5..360e9fcfd77239de7a2e7b6cf41892538f3b22f3 100644
--- a/components/precache/content/precache_manager_unittest.cc
+++ b/components/precache/content/precache_manager_unittest.cc
@@ -89,7 +89,7 @@ class FakeURLListProvider : public URLListProvider {
run_immediately_(run_immediately),
was_get_urls_called_(false) {}
- virtual void GetURLs(const GetURLsCallback& callback) OVERRIDE {
+ virtual void GetURLs(const GetURLsCallback& callback) override {
was_get_urls_called_ = true;
if (run_immediately_) {
@@ -140,7 +140,7 @@ class PrecacheManagerTest : public testing::Test {
base::Unretained(&url_callback_))) {}
protected:
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
base::StatisticsRecorder::Initialize();
CommandLine::ForCurrentProcess()->AppendSwitchASCII(
« no previous file with comments | « components/precache/content/precache_manager_factory.h ('k') | components/precache/core/precache_database_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698