Commit 92b1a0fd authored by mohan.reddy's avatar mohan.reddy Committed by Commit bot

Replace OVERRIDE with their C++11 counterparts in extensions

This is fix for newly added OVERRIDE construts in extensions folder.
This step is a giant search and replace for OVERRIDE and FINAL to
replace them with their lowercase versions.

BUG=417463

Review URL: https://codereview.chromium.org/658453002

Cr-Commit-Position: refs/heads/master@{#299448}
parent 79b3da67
......@@ -82,7 +82,7 @@ class WebContentsHiddenObserver : public content::WebContentsObserver {
}
// WebContentsObserver.
virtual void WasHidden() OVERRIDE {
virtual void WasHidden() override {
hidden_observed_ = true;
hidden_callback_.Run();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment