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

Unified Diff: chrome/browser/media/media_browsertest.h

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (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
Index: chrome/browser/media/media_browsertest.h
diff --git a/chrome/browser/media/media_browsertest.h b/chrome/browser/media/media_browsertest.h
index fcb30aae0366576c8198fe5e733b2989843a7176..995f7b11fc1be458b69d639061f48ca731d9ee05 100644
--- a/chrome/browser/media/media_browsertest.h
+++ b/chrome/browser/media/media_browsertest.h
@@ -49,7 +49,7 @@ class MediaBrowserTest : public InProcessBrowserTest,
// Fails test and sets document title to kPluginCrashed when a plugin crashes.
// If IgnorePluginCrash(true) is called then plugin crash is ignored.
virtual void PluginCrashed(const base::FilePath& plugin_path,
- base::ProcessId plugin_pid) OVERRIDE;
+ base::ProcessId plugin_pid) override;
// When called, the test will ignore any plugin crashes and not fail the test.
void IgnorePluginCrash();
« no previous file with comments | « chrome/browser/media/fake_desktop_media_list.h ('k') | chrome/browser/media/media_capture_devices_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698