Chromium Code Reviews| 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 99% |
| rename from remoting/host/test_key_pair.h |
| rename to remoting/base/test_rsa_key_pair.h |
| index cb46e4c1a211be9673b8c7fd5ec8baee44ebc1ec..45c17b008fef19a23d5b56796adfc23e3ce66cca 100644 |
| --- a/remoting/host/test_key_pair.h |
| +++ b/remoting/base/test_rsa_key_pair.h |
| @@ -3,6 +3,7 @@ |
| // found in the LICENSE file. |
| namespace remoting { |
| + |
| // An RSA keypair used in unittests. |
| const char kTestHostKeyPair[] = |
|
Wez
2013/03/06 00:43:25
nit: kTestRsaKeyPair
rmsousa
2013/03/06 04:36:49
Done.
|
| "MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDeeT/wgtzQkGoeA5LRQI4iXibQZ" |
| @@ -27,4 +28,5 @@ const char kTestHostKeyPair[] = |
| "Et5ho7YqrrBWTwnvMLw4G7qftiMco15JcMAXhfGhmlDI8OUq7MlXVCUWwdZtRYcAyWJcqhWQ3yrXv" |
| "8cWi9hxwNGPuof5PchDDuR+cwe8gZvpzwfFDFTgJHIBe64CkFd9Oeb5CvEffbrP04mpWvjVeMcjjz" |
| "ZA6a+IB"; |
| + |
| } // namespace remoting |