| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8ContentSearchUtil.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8ContentSearchUtil.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8ContentSearchUtil.h
|
| deleted file mode 100644
|
| index 237e092c6e8f5cc71a74615f84697a18560ddc9c..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8ContentSearchUtil.h
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -// Copyright 2016 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 V8ContentSearchUtil_h
|
| -#define V8ContentSearchUtil_h
|
| -
|
| -#include "platform/inspector_protocol/Platform.h"
|
| -#include "platform/inspector_protocol/String16.h"
|
| -#include "platform/v8_inspector/public/protocol/Debugger.h"
|
| -
|
| -namespace blink {
|
| -
|
| -class V8InspectorSession;
|
| -
|
| -namespace V8ContentSearchUtil {
|
| -
|
| -PLATFORM_EXPORT std::unique_ptr<protocol::Array<protocol::Debugger::API::SearchMatch>> searchInTextByLines(V8InspectorSession*, const String16& text, const String16& query, const bool caseSensitive, const bool isRegex);
|
| -
|
| -}
|
| -
|
| -}
|
| -
|
| -#endif // !defined(V8ContentSearchUtil_h)
|
|
|