[Chromoting] Let the webapp send text clipboard items to the client plugin.

BUG=117473


Review URL: http://codereview.chromium.org/9834036

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129757 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/remoting/base/constants.cc b/remoting/base/constants.cc
index 6c59a4cc..54ca8b8 100644
--- a/remoting/base/constants.cc
+++ b/remoting/base/constants.cc
@@ -18,6 +18,6 @@
 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