| Index: content/browser/geolocation/network_location_request.cc
|
| diff --git a/content/browser/geolocation/network_location_request.cc b/content/browser/geolocation/network_location_request.cc
|
| index 8bb68468a86b093358370dd12c67b179f829f0f6..c8702b26eb00caff8d93de1f2aa2a96af885ace6 100644
|
| --- a/content/browser/geolocation/network_location_request.cc
|
| +++ b/content/browser/geolocation/network_location_request.cc
|
| @@ -5,6 +5,7 @@
|
| #include "content/browser/geolocation/network_location_request.h"
|
|
|
| #include <set>
|
| +#include <string>
|
|
|
| #include "base/json/json_reader.h"
|
| #include "base/json/json_writer.h"
|
| @@ -72,8 +73,7 @@ NetworkLocationRequest::NetworkLocationRequest(
|
| NetworkLocationRequest::~NetworkLocationRequest() {
|
| }
|
|
|
| -bool NetworkLocationRequest::MakeRequest(const std::string& host_name,
|
| - const string16& access_token,
|
| +bool NetworkLocationRequest::MakeRequest(const string16& access_token,
|
| const RadioData& radio_data,
|
| const WifiData& wifi_data,
|
| const base::Time& timestamp) {
|
|
|