| Index: content/browser/geolocation/network_location_provider.cc
|
| ===================================================================
|
| --- content/browser/geolocation/network_location_provider.cc (revision 0)
|
| +++ content/browser/geolocation/network_location_provider.cc (working copy)
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/geolocation/network_location_provider.h"
|
| +#include "content/browser/geolocation/network_location_provider.h"
|
|
|
| #include "base/time.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/geolocation/access_token_store.h"
|
| +#include "content/browser/geolocation/access_token_store.h"
|
|
|
| namespace {
|
| // The maximum period of time we'll wait for a complete set of device data
|
|
|