| Index: content/browser/geolocation/location_arbitrator.h
|
| ===================================================================
|
| --- content/browser/geolocation/location_arbitrator.h (revision 0)
|
| +++ content/browser/geolocation/location_arbitrator.h (working copy)
|
| @@ -2,18 +2,18 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_GEOLOCATION_LOCATION_ARBITRATOR_H_
|
| -#define CHROME_BROWSER_GEOLOCATION_LOCATION_ARBITRATOR_H_
|
| +#ifndef CONTENT_BROWSER_GEOLOCATION_LOCATION_ARBITRATOR_H_
|
| +#define CONTENT_BROWSER_GEOLOCATION_LOCATION_ARBITRATOR_H_
|
| #pragma once
|
|
|
| #include "base/string16.h"
|
| #include "base/scoped_vector.h"
|
| #include "base/time.h"
|
| -#include "chrome/browser/geolocation/access_token_store.h"
|
| -#include "chrome/browser/geolocation/location_provider.h"
|
| -#include "chrome/browser/geolocation/geolocation_observer.h"
|
| #include "chrome/common/geoposition.h"
|
| #include "chrome/common/net/url_request_context_getter.h"
|
| +#include "content/browser/geolocation/access_token_store.h"
|
| +#include "content/browser/geolocation/location_provider.h"
|
| +#include "content/browser/geolocation/geolocation_observer.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| class AccessTokenStore;
|
| @@ -97,4 +97,4 @@
|
| DISALLOW_COPY_AND_ASSIGN(GeolocationArbitrator);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_GEOLOCATION_LOCATION_ARBITRATOR_H_
|
| +#endif // CONTENT_BROWSER_GEOLOCATION_LOCATION_ARBITRATOR_H_
|
|
|