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

Unified Diff: Source/modules/screen_orientation/ScreenOrientationInspectorAgent.h

Issue 1227783004: Fix virtual/override/final usage in Source/modules/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 5 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: Source/modules/screen_orientation/ScreenOrientationInspectorAgent.h
diff --git a/Source/modules/screen_orientation/ScreenOrientationInspectorAgent.h b/Source/modules/screen_orientation/ScreenOrientationInspectorAgent.h
index 1f35c2ab1653aa39a0cb4fcf9657888150ebdba1..96f21a15076270a90880d4ab138994f7404c620b 100644
--- a/Source/modules/screen_orientation/ScreenOrientationInspectorAgent.h
+++ b/Source/modules/screen_orientation/ScreenOrientationInspectorAgent.h
@@ -21,11 +21,11 @@ class MODULES_EXPORT ScreenOrientationInspectorAgent final : public InspectorBas
public:
static PassOwnPtrWillBeRawPtr<ScreenOrientationInspectorAgent> create(LocalFrame&);
- virtual ~ScreenOrientationInspectorAgent();
+ ~ScreenOrientationInspectorAgent() override;
// Protocol methods.
- virtual void setScreenOrientationOverride(ErrorString*, int, const String&) override;
- virtual void clearScreenOrientationOverride(ErrorString*) override;
+ void setScreenOrientationOverride(ErrorString*, int, const String&) override;
+ void clearScreenOrientationOverride(ErrorString*) override;
// InspectorBaseAgent overrides.
void disable(ErrorString*) override;
« no previous file with comments | « Source/modules/screen_orientation/ScreenOrientationDispatcher.h ('k') | Source/modules/serviceworkers/ExtendableEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698