| Index: content/browser/geolocation/geolocation_provider.cc
|
| ===================================================================
|
| --- content/browser/geolocation/geolocation_provider.cc (revision 0)
|
| +++ content/browser/geolocation/geolocation_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/geolocation_provider.h"
|
| +#include "content/browser/geolocation/geolocation_provider.h"
|
|
|
| #include "base/singleton.h"
|
| #include "base/threading/thread_restrictions.h"
|
| -#include "chrome/browser/geolocation/location_arbitrator.h"
|
| +#include "content/browser/geolocation/location_arbitrator.h"
|
|
|
| // This class is guaranteed to outlive its internal thread, so ref counting
|
| // is not required.
|
|
|