Geolocate over ssl.

(cherry picked from commit 70070ee0bfa3075cc8454dd6681f213f7d5f71c7)
This commit is contained in:
John Maguire 2016-01-08 12:09:13 +00:00
parent c1a6a771a8
commit dcadc98a5d

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;