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

Unified Diff: net/websockets/websocket_deflate_predictor_impl.h

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
« no previous file with comments | « net/websockets/websocket_deflate_predictor.h ('k') | net/websockets/websocket_deflate_predictor_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/websockets/websocket_deflate_predictor_impl.h
diff --git a/net/websockets/websocket_deflate_predictor_impl.h b/net/websockets/websocket_deflate_predictor_impl.h
deleted file mode 100644
index 680ec56290ae539cd709cb588d2d42c543d70ef9..0000000000000000000000000000000000000000
--- a/net/websockets/websocket_deflate_predictor_impl.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright 2013 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 NET_WEBSOCKETS_WEBSOCKET_DEFLATE_PREDICTOR_IMPL_H_
-#define NET_WEBSOCKETS_WEBSOCKET_DEFLATE_PREDICTOR_IMPL_H_
-
-#include "base/basictypes.h"
-#include "base/compiler_specific.h"
-#include "base/memory/scoped_vector.h"
-#include "net/base/net_export.h"
-#include "net/websockets/websocket_deflate_predictor.h"
-
-namespace net {
-
-struct WebSocketFrame;
-
-class NET_EXPORT_PRIVATE WebSocketDeflatePredictorImpl
- : public WebSocketDeflatePredictor {
- public:
- ~WebSocketDeflatePredictorImpl() override {}
-
- Result Predict(const ScopedVector<WebSocketFrame>& frames,
- size_t frame_index) override;
- void RecordInputDataFrame(const WebSocketFrame* frame) override;
- void RecordWrittenDataFrame(const WebSocketFrame* frame) override;
-};
-
-} // namespace net
-
-#endif // NET_WEBSOCKETS_WEBSOCKET_DEFLATE_PREDICTOR_IMPL_H_
« no previous file with comments | « net/websockets/websocket_deflate_predictor.h ('k') | net/websockets/websocket_deflate_predictor_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698