| Index: third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h b/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| index b48d46f910f123e15b11ed5e9225987bff98440d..b596ad577be14fd168d5c598caa5f3f33cfd94cf 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| @@ -67,7 +67,7 @@ namespace protocol {
|
| class DictionaryValue;
|
| }
|
|
|
| -class CORE_EXPORT InspectorResourceAgent final : public InspectorBaseAgent<InspectorResourceAgent, protocol::Network::Frontend>, public protocol::Network::Backend {
|
| +class CORE_EXPORT InspectorResourceAgent final : public InspectorBaseAgent<protocol::Network::Metainfo> {
|
| public:
|
| static InspectorResourceAgent* create(InspectedFrames* inspectedFrames)
|
| {
|
|
|