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

Unified Diff: chrome/renderer/searchbox/search_bouncer.h

Issue 630603003: Replacing the OVERRIDE with override in chrome/renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased the patch 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: chrome/renderer/searchbox/search_bouncer.h
diff --git a/chrome/renderer/searchbox/search_bouncer.h b/chrome/renderer/searchbox/search_bouncer.h
index ba19889eecb263802f4f4fef8ed39c985dd2935b..9a6426851c8c9752ace100b4917277ce2f1206e3 100644
--- a/chrome/renderer/searchbox/search_bouncer.h
+++ b/chrome/renderer/searchbox/search_bouncer.h
@@ -37,7 +37,7 @@ class SearchBouncer : public content::RenderProcessObserver {
FRIEND_TEST_ALL_PREFIXES(SearchBouncerTest, SetSearchURLs);
// From RenderProcessObserver:
- virtual bool OnControlMessageReceived(const IPC::Message& message) OVERRIDE;
+ virtual bool OnControlMessageReceived(const IPC::Message& message) override;
// URLs to bounce back to the browser.
std::vector<GURL> search_urls_;
« no previous file with comments | « chrome/renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc ('k') | chrome/renderer/searchbox/searchbox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698