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

Unified Diff: components/packed_ct_ev_whitelist/bit_stream_reader.h

Issue 811353002: Move CT EV white list packaging API from chrome/ to components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed missed nit Created 5 years, 11 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 | « components/packed_ct_ev_whitelist/OWNERS ('k') | components/packed_ct_ev_whitelist/bit_stream_reader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/packed_ct_ev_whitelist/bit_stream_reader.h
diff --git a/chrome/browser/net/bit_stream_reader.h b/components/packed_ct_ev_whitelist/bit_stream_reader.h
similarity index 87%
rename from chrome/browser/net/bit_stream_reader.h
rename to components/packed_ct_ev_whitelist/bit_stream_reader.h
index 28efef300cf47956138a40c45f7a214b2d31bb7b..45fa5f5a39d7463ad8a1f5855833240b6a2893db 100644
--- a/chrome/browser/net/bit_stream_reader.h
+++ b/components/packed_ct_ev_whitelist/bit_stream_reader.h
@@ -2,13 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_NET_BIT_STREAM_READER_H_
-#define CHROME_BROWSER_NET_BIT_STREAM_READER_H_
+#ifndef COMPONENTS_PACKED_CT_EV_WHITELIST_BIT_STREAM_READER_H_
+#define COMPONENTS_PACKED_CT_EV_WHITELIST_BIT_STREAM_READER_H_
#include <stdint.h>
#include "base/strings/string_piece.h"
+namespace packed_ct_ev_whitelist {
namespace internal {
// A class for reading individual bits from a packed buffer. Bits are read
@@ -54,5 +55,6 @@ class BitStreamReader {
};
} // namespace internal
+} // namespace packed_ct_ev_whitelist
-#endif // CHROME_BROWSER_NET_BIT_STREAM_READER_H_
+#endif // COMPONENTS_PACKED_CT_EV_WHITELIST_BIT_STREAM_READER_H_
« no previous file with comments | « components/packed_ct_ev_whitelist/OWNERS ('k') | components/packed_ct_ev_whitelist/bit_stream_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698