| Index: remoting/host/setup/me2me_native_messaging_host.cc
|
| diff --git a/remoting/host/setup/me2me_native_messaging_host.cc b/remoting/host/setup/me2me_native_messaging_host.cc
|
| index 1b054f22577bfdb6539cb0a5a8d7c66e19e68dd8..9c5a5793cb969fcb452cfaf7346b5018d9d9c76c 100644
|
| --- a/remoting/host/setup/me2me_native_messaging_host.cc
|
| +++ b/remoting/host/setup/me2me_native_messaging_host.cc
|
| @@ -97,7 +97,7 @@ void Me2MeNativeMessagingHost::OnMessage(const std::string& message) {
|
|
|
| std::unique_ptr<base::DictionaryValue> response(new base::DictionaryValue());
|
| std::unique_ptr<base::Value> message_value = base::JSONReader::Read(message);
|
| - if (!message_value->IsType(base::Value::TYPE_DICTIONARY)) {
|
| + if (!message_value->IsType(base::Value::Type::DICTIONARY)) {
|
| OnError("Received a message that's not a dictionary.");
|
| return;
|
| }
|
|
|