| Index: content/browser/renderer_host/media/webrtc_identity_service_host_unittest.cc
|
| diff --git a/content/browser/renderer_host/media/webrtc_identity_service_host_unittest.cc b/content/browser/renderer_host/media/webrtc_identity_service_host_unittest.cc
|
| index 341378d3c7b2b8274f260fcacd8b66c43d8b7626..26270e57ce156a0afbd70da6722dbe5718a983e5 100644
|
| --- a/content/browser/renderer_host/media/webrtc_identity_service_host_unittest.cc
|
| +++ b/content/browser/renderer_host/media/webrtc_identity_service_host_unittest.cc
|
| @@ -17,13 +17,12 @@ namespace content {
|
|
|
| namespace {
|
|
|
| -static const char FAKE_ORIGIN[] = "http://fake.com";
|
| -static const char FAKE_IDENTITY_NAME[] = "fake identity";
|
| -static const char FAKE_COMMON_NAME[] = "fake common name";
|
| -static const char FAKE_CERTIFICATE[] = "fake cert";
|
| -static const char FAKE_PRIVATE_KEY[] = "fake private key";
|
| -static const int FAKE_ERROR = 100;
|
| -static const int FAKE_RENDERER_ID = 10;
|
| +const char FAKE_ORIGIN[] = "http://fake.com";
|
| +const char FAKE_IDENTITY_NAME[] = "fake identity";
|
| +const char FAKE_COMMON_NAME[] = "fake common name";
|
| +const char FAKE_CERTIFICATE[] = "fake cert";
|
| +const char FAKE_PRIVATE_KEY[] = "fake private key";
|
| +const int FAKE_RENDERER_ID = 10;
|
|
|
| class MockWebRTCIdentityStore : public WebRTCIdentityStore {
|
| public:
|
|
|