Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1129)

Unified Diff: net/websockets/websocket_handshake_response_info.cc

Issue 992733002: Remove //net (except for Android test stuff) and sdch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/websockets/websocket_handshake_response_info.cc
diff --git a/net/websockets/websocket_handshake_response_info.cc b/net/websockets/websocket_handshake_response_info.cc
deleted file mode 100644
index b9588b63e3fd6d6043a2dad3a3cf186d3a73f43b..0000000000000000000000000000000000000000
--- a/net/websockets/websocket_handshake_response_info.cc
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright 2014 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.
-
-#include "net/websockets/websocket_handshake_response_info.h"
-
-#include <string>
-
-#include "base/memory/ref_counted.h"
-#include "base/time/time.h"
-#include "net/http/http_response_headers.h"
-#include "url/gurl.h"
-
-namespace net {
-
-WebSocketHandshakeResponseInfo::WebSocketHandshakeResponseInfo(
- const GURL& url,
- int status_code,
- const std::string& status_text,
- scoped_refptr<HttpResponseHeaders> headers,
- base::Time response_time)
- : url(url),
- status_code(status_code),
- status_text(status_text),
- headers(headers),
- response_time(response_time) {}
-
-WebSocketHandshakeResponseInfo::~WebSocketHandshakeResponseInfo() {}
-
-} // namespace net
« no previous file with comments | « net/websockets/websocket_handshake_response_info.h ('k') | net/websockets/websocket_handshake_stream_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698