Blink roll 25b6bd3a7a131ffe68d809546ad1a20707915cdc:3a503f41ae42e5b79cfcd2ff10e65afde...
[chromium-blink-merge.git] / content / common / websocket.cc
blobb1d57611f6891f16ea9779ea4c73ee6663860783
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "content/common/websocket.h"
7 namespace content {
9 WebSocketHandshakeRequest::WebSocketHandshakeRequest() {}
11 WebSocketHandshakeRequest::~WebSocketHandshakeRequest() {}
13 WebSocketHandshakeResponse::WebSocketHandshakeResponse()
14 : status_code(0) {}
16 WebSocketHandshakeResponse::~WebSocketHandshakeResponse() {}
18 } // namespace content