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

Unified Diff: net/spdy/hpack_string_util.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/spdy/hpack_static_table_test.cc ('k') | net/spdy/hpack_string_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/hpack_string_util.h
diff --git a/net/spdy/hpack_string_util.h b/net/spdy/hpack_string_util.h
deleted file mode 100644
index 66cc0c6522a671dde6e0bfe7df14467c34a8a536..0000000000000000000000000000000000000000
--- a/net/spdy/hpack_string_util.h
+++ /dev/null
@@ -1,23 +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.
-
-#ifndef NET_SPDY_HPACK_STRING_UTIL_H_
-#define NET_SPDY_HPACK_STRING_UTIL_H_
-
-#include "base/strings/string_piece.h"
-#include "net/base/net_export.h"
-
-namespace net {
-
-// All section references below are to
-// http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-08
-
-// A constant-time StringPiece comparison function.
-bool NET_EXPORT_PRIVATE StringPiecesEqualConstantTime(
- base::StringPiece str1,
- base::StringPiece str2);
-
-} // namespace net
-
-#endif // NET_SPDY_HPACK_STRING_UTIL_H_
« no previous file with comments | « net/spdy/hpack_static_table_test.cc ('k') | net/spdy/hpack_string_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698