| Index: third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.h b/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.h
|
| index f5ed9f4add240e033e9a63dca4231786e75cd344..304949f351284c3b46873657ed08c4f9630d501e 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorMemoryAgent.h
|
| @@ -37,8 +37,6 @@
|
|
|
| namespace blink {
|
|
|
| -typedef String ErrorString;
|
| -
|
| class CORE_EXPORT InspectorMemoryAgent final : public InspectorBaseAgent<InspectorMemoryAgent, protocol::Frontend::Memory>, public protocol::Dispatcher::MemoryCommandHandler {
|
| WTF_MAKE_NONCOPYABLE(InspectorMemoryAgent);
|
| public:
|
|
|