| Index: chrome/service/remoting/remoting_directory_service.cc
|
| diff --git a/chrome/service/remoting/remoting_directory_service.cc b/chrome/service/remoting/remoting_directory_service.cc
|
| index 8bc6b0a00867b167bfdc2990ccd50a628bb4cc1e..fbe002069ef0b62260b9d4e8ed2fb0b3ca2b43ec 100644
|
| --- a/chrome/service/remoting/remoting_directory_service.cc
|
| +++ b/chrome/service/remoting/remoting_directory_service.cc
|
| @@ -15,7 +15,7 @@
|
| #include "remoting/host/host_key_pair.h"
|
|
|
| static const char kRemotingDirectoryUrl[] =
|
| - "http://www-googleapis-test.sandbox.google.com/chromoting/v1/@me/hosts";
|
| + "https://www.googleapis.com/chromoting/v1/@me/hosts";
|
|
|
| RemotingDirectoryService::RemotingDirectoryService(Client* client)
|
| : client_(client) {
|
|
|