Index: third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h |
index 51da27d82ab98a987d5b9d39c4a920f9a824a5dd..34bcd9276abbfa6b968404c814568e6b0ccbd163 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/InspectorProfilerAgent.h |
@@ -62,7 +62,7 @@ public: |
DECLARE_VIRTUAL_TRACE(); |
// InspectorBaseAgent overrides. |
- void init() override; |
+ void setState(PassRefPtr<JSONObject>) override; |
void setFrontend(InspectorFrontend*) override; |
void clearFrontend() override; |
void restore() override; |