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

Unified Diff: components/update_client/client_update_protocol_ecdsa_unittest.cc

Issue 1685323002: Implement CUP signing in UpdateClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and remove duplicated code comment. Created 4 years, 10 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/update_client/client_update_protocol_ecdsa.cc ('k') | components/update_client/configurator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/update_client/client_update_protocol_ecdsa_unittest.cc
diff --git a/components/update_client/client_update_protocol_ecdsa_unittest.cc b/components/update_client/client_update_protocol_ecdsa_unittest.cc
index 506aad2f399602aa76abaebad0744bb32f3c8ddf..eab1f35336b5511438eb01e0e22740512b6e692c 100644
--- a/components/update_client/client_update_protocol_ecdsa_unittest.cc
+++ b/components/update_client/client_update_protocol_ecdsa_unittest.cc
@@ -16,6 +16,8 @@
#include "crypto/secure_util.h"
#include "testing/gtest/include/gtest/gtest.h"
+namespace update_client {
+
namespace {
std::string GetPublicKeyForTesting() {
@@ -292,3 +294,5 @@ TEST_F(CupEcdsaTest, ValidateResponse_TestSigning) {
"bf022100dd7d41d467be2af98d9116b0c7ba09740d54578c02a02f74da5f089834be3403"
":2727bc2b3c33feb6800a830f4055901dd87d65a84184c5fbeb3f816db0a243f5"));
}
+
+} // namespace update_client
« no previous file with comments | « components/update_client/client_update_protocol_ecdsa.cc ('k') | components/update_client/configurator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698