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

Unified Diff: remoting/base/test_rsa_key_pair.h

Issue 12316083: Move HostKeyPair into protocol::KeyPair. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 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 | « remoting/base/rsa_key_pair_unittest.cc ('k') | remoting/host/chromoting_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/base/test_rsa_key_pair.h
diff --git a/remoting/host/test_key_pair.h b/remoting/base/test_rsa_key_pair.h
similarity index 98%
rename from remoting/host/test_key_pair.h
rename to remoting/base/test_rsa_key_pair.h
index cb46e4c1a211be9673b8c7fd5ec8baee44ebc1ec..15780035f60759c0e0d024c12048ef0d539b1306 100644
--- a/remoting/host/test_key_pair.h
+++ b/remoting/base/test_rsa_key_pair.h
@@ -3,8 +3,9 @@
// found in the LICENSE file.
namespace remoting {
+
// An RSA keypair used in unittests.
-const char kTestHostKeyPair[] =
+const char kTestRsaKeyPair[] =
"MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDeeT/wgtzQkGoeA5LRQI4iXibQZ"
"R3YUiJn/oVz0P+KLJSCWL4Uhjl3CytKg0nzuxgaJ9UOHxrl91k1XnLnwJytqkjl8kgWle+JJbiDx3"
"+3WBxmSjPWmmaPNuBebpyTD1N3TJEPRwe7vfYiOz56jzBPSm3gqIeRvJGIC+Ou+Q0OV+ISTu2Jjtj"
@@ -27,4 +28,5 @@ const char kTestHostKeyPair[] =
"Et5ho7YqrrBWTwnvMLw4G7qftiMco15JcMAXhfGhmlDI8OUq7MlXVCUWwdZtRYcAyWJcqhWQ3yrXv"
"8cWi9hxwNGPuof5PchDDuR+cwe8gZvpzwfFDFTgJHIBe64CkFd9Oeb5CvEffbrP04mpWvjVeMcjjz"
"ZA6a+IB";
+
} // namespace remoting
« no previous file with comments | « remoting/base/rsa_key_pair_unittest.cc ('k') | remoting/host/chromoting_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698