| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8RuntimeAgent.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8RuntimeAgent.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8RuntimeAgent.h
|
| deleted file mode 100644
|
| index 917114f42bcfee63e4df73ab6068692d9809981e..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8RuntimeAgent.h
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -// Copyright 2015 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef V8RuntimeAgent_h
|
| -#define V8RuntimeAgent_h
|
| -
|
| -#include "platform/PlatformExport.h"
|
| -#include "platform/inspector_protocol/Dispatcher.h"
|
| -#include "platform/v8_inspector/public/V8Debugger.h"
|
| -
|
| -namespace blink {
|
| -
|
| -class InjectedScriptManager;
|
| -
|
| -class PLATFORM_EXPORT V8RuntimeAgent : public protocol::Backend::Runtime, public V8Debugger::Agent<protocol::Frontend::Runtime> {
|
| -public:
|
| - virtual ~V8RuntimeAgent() { }
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // V8RuntimeAgent_h
|
|
|