| Index: Source/core/inspector/InspectorPageAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorPageAgent.cpp b/Source/core/inspector/InspectorPageAgent.cpp
|
| index 453f691c3511a5789eaeb837179ae6732be1a986..bd3ae23ec2fd7ee8d0834e22115ba2db25c8d0dc 100644
|
| --- a/Source/core/inspector/InspectorPageAgent.cpp
|
| +++ b/Source/core/inspector/InspectorPageAgent.cpp
|
| @@ -146,11 +146,11 @@ static float calculateFontScaleFactor(int width, int height, float deviceScaleFa
|
|
|
| }
|
|
|
| -class InspectorPageAgent::GetResourceContentLoadListener FINAL : public VoidCallback {
|
| +class InspectorPageAgent::GetResourceContentLoadListener final : public VoidCallback {
|
| public:
|
| GetResourceContentLoadListener(InspectorPageAgent*, const String& frameId, const String& url, PassRefPtrWillBeRawPtr<GetResourceContentCallback>);
|
| - virtual void trace(Visitor*) OVERRIDE;
|
| - virtual void handleEvent() OVERRIDE;
|
| + virtual void trace(Visitor*) override;
|
| + virtual void handleEvent() override;
|
| private:
|
| RawPtrWillBeMember<InspectorPageAgent> m_pageAgent;
|
| String m_frameId;
|
|
|