// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_WEBSOCKETS_WEBSOCKET_EXTENSION_PARSER_H_ #define NET_WEBSOCKETS_WEBSOCKET_EXTENSION_PARSER_H_ #include <stddef.h> #include <string> #include <string_view> #include <vector> #include "net/base/net_export.h" #include "net/websockets/websocket_extension.h" namespace net { class NET_EXPORT_PRIVATE WebSocketExtensionParser { … }; } // namespace net #endif // NET_WEBSOCKETS_WEBSOCKET_EXTENSION_PARSER_H_