summaryrefslogtreecommitdiffstats
path: root/remoting/base/constants.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/base/constants.cc')
-rw-r--r--remoting/base/constants.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/base/constants.cc b/remoting/base/constants.cc
index 6c59a4c..54ca8b8 100644
--- a/remoting/base/constants.cc
+++ b/remoting/base/constants.cc
@@ -18,6 +18,6 @@ const char kVideoChannelName[] = "video";
const char kVideoRtpChannelName[] = "videortp";
const char kVideoRtcpChannelName[] = "videortpc";
-const char kMimeTypeText[] = "text/plain; charset=UTF-8";
+const char kMimeTypeTextUtf8[] = "text/plain; charset=UTF-8";
} // namespace remoting