| Index: content/browser/geolocation/core_location_provider_mac.mm
|
| ===================================================================
|
| --- content/browser/geolocation/core_location_provider_mac.mm (revision 0)
|
| +++ content/browser/geolocation/core_location_provider_mac.mm (working copy)
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/geolocation/core_location_provider_mac.h"
|
| -#include "chrome/browser/geolocation/core_location_data_provider_mac.h"
|
| +#include "content/browser/geolocation/core_location_provider_mac.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/command_line.h"
|
| #include "chrome/common/chrome_switches.h"
|
| +#include "content/browser/geolocation/core_location_data_provider_mac.h"
|
|
|
| CoreLocationProviderMac::CoreLocationProviderMac()
|
| : is_updating_(false) {
|
|
|