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

Unified Diff: chrome/browser/search/iframe_source.h

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (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 | « chrome/browser/search/hotword_service_unittest.cc ('k') | chrome/browser/search/iframe_source_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search/iframe_source.h
diff --git a/chrome/browser/search/iframe_source.h b/chrome/browser/search/iframe_source.h
index 5e8f2d870ecbbf5b4eb6270c5ab8469aa338acda..c1a9348e7fa78babc2c3b1ef6eb9ba5b48ef5a41 100644
--- a/chrome/browser/search/iframe_source.h
+++ b/chrome/browser/search/iframe_source.h
@@ -18,10 +18,10 @@ class IframeSource : public content::URLDataSource {
protected:
// Overridden from content::URLDataSource:
virtual std::string GetMimeType(
- const std::string& path_and_query) const OVERRIDE;
- virtual bool ShouldDenyXFrameOptions() const OVERRIDE;
+ const std::string& path_and_query) const override;
+ virtual bool ShouldDenyXFrameOptions() const override;
virtual bool ShouldServiceRequest(
- const net::URLRequest* request) const OVERRIDE;
+ const net::URLRequest* request) const override;
// Returns whether this source should serve data for a particular path.
virtual bool ServesPath(const std::string& path) const = 0;
« no previous file with comments | « chrome/browser/search/hotword_service_unittest.cc ('k') | chrome/browser/search/iframe_source_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698