| Index: content/browser/geolocation/network_location_provider_unittest.cc
|
| diff --git a/content/browser/geolocation/network_location_provider_unittest.cc b/content/browser/geolocation/network_location_provider_unittest.cc
|
| index b8ef6cabb5228eeadadcd7172eaa5aa499c31bac..cc43330b93277c3dab304118f6fd94cf6aa9f81c 100644
|
| --- a/content/browser/geolocation/network_location_provider_unittest.cc
|
| +++ b/content/browser/geolocation/network_location_provider_unittest.cc
|
| @@ -191,7 +191,7 @@ class GeolocationNetworkProviderTest : public testing::Test {
|
| static std::string PrettyJson(const base::Value& value) {
|
| std::string pretty;
|
| base::JSONWriter::WriteWithOptions(
|
| - &value, base::JSONWriter::OPTIONS_PRETTY_PRINT, &pretty);
|
| + value, base::JSONWriter::OPTIONS_PRETTY_PRINT, &pretty);
|
| return pretty;
|
| }
|
|
|
|
|