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

Unified Diff: extensions/browser/api/web_request/web_request_time_tracker.cc

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (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: extensions/browser/api/web_request/web_request_time_tracker.cc
diff --git a/extensions/browser/api/web_request/web_request_time_tracker.cc b/extensions/browser/api/web_request/web_request_time_tracker.cc
index 677525a6b2249413b4186343433ae670f31e940e..da638b948a3096c8e1ab03173e9eb8e3cbec223b 100644
--- a/extensions/browser/api/web_request/web_request_time_tracker.cc
+++ b/extensions/browser/api/web_request/web_request_time_tracker.cc
@@ -41,12 +41,12 @@ class DefaultDelegate : public ExtensionWebRequestTimeTrackerDelegate {
void* profile,
size_t num_delayed_messages,
size_t total_num_messages,
- const std::set<std::string>& extension_ids) OVERRIDE;
+ const std::set<std::string>& extension_ids) override;
virtual void NotifyModerateDelays(
void* profile,
size_t num_delayed_messages,
size_t total_num_messages,
- const std::set<std::string>& extension_ids) OVERRIDE;
+ const std::set<std::string>& extension_ids) override;
};
void DefaultDelegate::NotifyExcessiveDelays(
« no previous file with comments | « extensions/browser/api/web_request/web_request_api.cc ('k') | extensions/browser/api/web_view/web_view_internal_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698