| Index: third_party/WebKit/Source/core/inspector/InspectorLogAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorLogAgent.h b/third_party/WebKit/Source/core/inspector/InspectorLogAgent.h
|
| index 12a08f2115f5a23ac2982c945ba86dcdc65490fc..840f014642420b553607a3659daf7682511f7f2f 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorLogAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorLogAgent.h
|
| @@ -32,13 +32,13 @@ class CORE_EXPORT InspectorLogAgent
|
| void consoleMessageAdded(ConsoleMessage*);
|
|
|
| // Protocol methods.
|
| - Response enable() override;
|
| - Response disable() override;
|
| - Response clear() override;
|
| - Response startViolationsReport(
|
| + protocol::Response enable() override;
|
| + protocol::Response disable() override;
|
| + protocol::Response clear() override;
|
| + protocol::Response startViolationsReport(
|
| std::unique_ptr<protocol::Array<protocol::Log::ViolationSetting>>)
|
| override;
|
| - Response stopViolationsReport() override;
|
| + protocol::Response stopViolationsReport() override;
|
|
|
| private:
|
| // PerformanceMonitor::Client implementation.
|
|
|