Update optimize_png_files.sh to work on msysgit bash.
[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