| 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 da9b27d7d7ad493f01369d992c7ae7530f1de442..b48d46f910f123e15b11ed5e9225987bff98440d 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::Frontend::Network>, public protocol::Backend::Network {
|
| +class CORE_EXPORT InspectorResourceAgent final : public InspectorBaseAgent<InspectorResourceAgent, protocol::Network::Frontend>, public protocol::Network::Backend {
|
| public:
|
| static InspectorResourceAgent* create(InspectedFrames* inspectedFrames)
|
| {
|
|
|