Index: content/browser/media/webrtc_identity_store_backend.cc |
=================================================================== |
--- content/browser/media/webrtc_identity_store_backend.cc (revision 290677) |
+++ content/browser/media/webrtc_identity_store_backend.cc (working copy) |
@@ -18,7 +18,7 @@ |
namespace content { |
-static const char* kWebRTCIdentityStoreDBName = "webrtc_identity_store"; |
+static const char kWebRTCIdentityStoreDBName[] = "webrtc_identity_store"; |
static const base::FilePath::CharType kWebRTCIdentityStoreDirectory[] = |
FILE_PATH_LITERAL("WebRTCIdentityStore"); |