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

Unified Diff: chrome/browser/extensions/api/desktop_capture/desktop_capture_api.h

Issue 624153002: replace OVERRIDE and FINAL with override and final in chrome/browser/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: chrome/browser/extensions/api/desktop_capture/desktop_capture_api.h
diff --git a/chrome/browser/extensions/api/desktop_capture/desktop_capture_api.h b/chrome/browser/extensions/api/desktop_capture/desktop_capture_api.h
index 475edf98c1bffb8f598d07d10613169be252fd9f..a1ff2a2b6250747610fe88c0b89daff6753f0bf4 100644
--- a/chrome/browser/extensions/api/desktop_capture/desktop_capture_api.h
+++ b/chrome/browser/extensions/api/desktop_capture/desktop_capture_api.h
@@ -49,10 +49,10 @@ class DesktopCaptureChooseDesktopMediaFunction
virtual ~DesktopCaptureChooseDesktopMediaFunction();
// ExtensionFunction overrides.
- virtual bool RunAsync() OVERRIDE;
+ virtual bool RunAsync() override;
// content::WebContentsObserver overrides.
- virtual void WebContentsDestroyed() OVERRIDE;
+ virtual void WebContentsDestroyed() override;
void OnPickerDialogResults(content::DesktopMediaID source);
@@ -76,7 +76,7 @@ class DesktopCaptureCancelChooseDesktopMediaFunction
virtual ~DesktopCaptureCancelChooseDesktopMediaFunction();
// ExtensionFunction overrides.
- virtual bool RunSync() OVERRIDE;
+ virtual bool RunSync() override;
};
class DesktopCaptureRequestsRegistry {

Powered by Google App Engine
This is Rietveld 408576698