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

Unified Diff: components/packed_ct_ev_whitelist/bit_stream_reader_unittest.cc

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
Index: components/packed_ct_ev_whitelist/bit_stream_reader_unittest.cc
diff --git a/chrome/browser/net/bit_stream_reader_unittest.cc b/components/packed_ct_ev_whitelist/bit_stream_reader_unittest.cc
similarity index 95%
rename from chrome/browser/net/bit_stream_reader_unittest.cc
rename to components/packed_ct_ev_whitelist/bit_stream_reader_unittest.cc
index 766b2d12269a968ce0154c3bfb717d2610d357c2..9cf44f27b9f50b5616b2b4c21dfedda21e351052 100644
--- a/chrome/browser/net/bit_stream_reader_unittest.cc
+++ b/components/packed_ct_ev_whitelist/bit_stream_reader_unittest.cc
@@ -2,13 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/net/bit_stream_reader.h"
+#include "components/packed_ct_ev_whitelist/bit_stream_reader.h"
#include <algorithm>
#include <string>
#include "testing/gtest/include/gtest/gtest.h"
+namespace packed_ct_ev_whitelist {
namespace internal {
const uint8_t kSomeData[] = {0xd5, 0xe2, 0xaf, 0xe5, 0xbb, 0x10, 0x7c, 0xd1};
@@ -93,3 +94,4 @@ TEST(BitStreamReaderTest, CannotReadFromEmptyStream) {
}
} // namespace internal
+} // namespace packed_ct_ev_whitelist
« no previous file with comments | « components/packed_ct_ev_whitelist/bit_stream_reader.cc ('k') | components/packed_ct_ev_whitelist/packed_ct_ev_whitelist.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698