| Index: content/browser/geolocation/core_location_data_provider_mac.h
|
| ===================================================================
|
| --- content/browser/geolocation/core_location_data_provider_mac.h (revision 0)
|
| +++ content/browser/geolocation/core_location_data_provider_mac.h (working copy)
|
| @@ -6,14 +6,14 @@
|
| // CoreLocation framework to run on the UI thread, since the Geolocation API's
|
| // providers all live on the IO thread
|
|
|
| -#ifndef CHROME_BROWSER_GEOLOCATION_CORE_LOCATION_DATA_PROVIDER_H_
|
| -#define CHROME_BROWSER_GEOLOCATION_CORE_LOCATION_DATA_PROVIDER_H_
|
| +#ifndef CONTENT_BROWSER_GEOLOCATION_CORE_LOCATION_DATA_PROVIDER_H_
|
| +#define CONTENT_BROWSER_GEOLOCATION_CORE_LOCATION_DATA_PROVIDER_H_
|
| #pragma once
|
|
|
| #include "base/ref_counted.h"
|
| #include "base/scoped_nsobject.h"
|
| -#include "chrome/browser/browser_thread.h"
|
| #include "chrome/common/geoposition.h"
|
| +#include "content/browser/browser_thread.h"
|
|
|
| #import <Foundation/Foundation.h>
|
|
|
| @@ -49,4 +49,4 @@
|
| CoreLocationProviderMac* provider_;
|
| };
|
|
|
| -#endif
|
| +#endif // CONTENT_BROWSER_GEOLOCATION_CORE_LOCATION_DATA_PROVIDER_H_
|
|
|