Geolocate over ssl.

(cherry picked from commit 70070ee0bf)
This commit is contained in:
John Maguire 2016-01-08 12:09:13 +00:00
parent c1a6a771a8
commit dcadc98a5d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include "core/closure.h"
#include "core/logging.h"
const char* Geolocator::kUrl = "http://data.clementine-player.org/geolocate";
const char* Geolocator::kUrl = "https://data.clementine-player.org/geolocate";
using std::numeric_limits;