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

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

Issue 666133002: Standardize usage of virtual/override/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 360e9fcfd77239de7a2e7b6cf41892538f3b22f3..56a67b80057da5909c7fac003ae658f0e196835f 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 {
+ void GetURLs(const GetURLsCallback& callback) override {
was_get_urls_called_ = true;
if (run_immediately_) {
« no previous file with comments | « components/precache/content/precache_manager_factory.h ('k') | components/precache/core/precache_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698