| Index: content/browser/geolocation/network_location_request.h
|
| diff --git a/content/browser/geolocation/network_location_request.h b/content/browser/geolocation/network_location_request.h
|
| index b74b5441e84f83cd4d7e5818e8cfc59018deda01..52d7905d4a10a7227c8fba697cc3842e87d48cc0 100644
|
| --- a/content/browser/geolocation/network_location_request.h
|
| +++ b/content/browser/geolocation/network_location_request.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -6,8 +6,6 @@
|
| #define CONTENT_BROWSER_GEOLOCATION_NETWORK_LOCATION_REQUEST_H_
|
| #pragma once
|
|
|
| -#include <string>
|
| -
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -53,8 +51,7 @@ class NetworkLocationRequest : private content::URLFetcherDelegate {
|
|
|
| // Makes a new request. Returns true if the new request was successfully
|
| // started. In all cases, any currently pending request will be canceled.
|
| - bool MakeRequest(const std::string& host,
|
| - const string16& access_token,
|
| + bool MakeRequest(const string16& access_token,
|
| const RadioData& radio_data,
|
| const WifiData& wifi_data,
|
| const base::Time& timestamp);
|
|
|