| Index: content/browser/geolocation/wifi_data_provider_common_win.cc
|
| ===================================================================
|
| --- content/browser/geolocation/wifi_data_provider_common_win.cc (revision 0)
|
| +++ content/browser/geolocation/wifi_data_provider_common_win.cc (working copy)
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/geolocation/wifi_data_provider_common_win.h"
|
| +#include "content/browser/geolocation/wifi_data_provider_common_win.h"
|
|
|
| #include <assert.h>
|
|
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/geolocation/device_data_provider.h"
|
| -#include "chrome/browser/geolocation/wifi_data_provider_common.h"
|
| +#include "content/browser/geolocation/device_data_provider.h"
|
| +#include "content/browser/geolocation/wifi_data_provider_common.h"
|
|
|
| bool ConvertToAccessPointData(const NDIS_WLAN_BSSID& data,
|
| AccessPointData *access_point_data) {
|
|
|