| Index: content/browser/geolocation/arbitrator_dependency_factory.cc
|
| ===================================================================
|
| --- content/browser/geolocation/arbitrator_dependency_factory.cc (revision 0)
|
| +++ content/browser/geolocation/arbitrator_dependency_factory.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/arbitrator_dependency_factory.h"
|
| +#include "content/browser/geolocation/arbitrator_dependency_factory.h"
|
|
|
| -#include "chrome/browser/geolocation/access_token_store.h"
|
| -#include "chrome/browser/geolocation/location_provider.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| +#include "content/browser/geolocation/access_token_store.h"
|
| +#include "content/browser/geolocation/location_provider.h"
|
|
|
| // GeolocationArbitratorDependencyFactory
|
| GeolocationArbitratorDependencyFactory::
|
|
|