| Index: content/browser/geolocation/device_data_provider.h
|
| ===================================================================
|
| --- content/browser/geolocation/device_data_provider.h (revision 0)
|
| +++ content/browser/geolocation/device_data_provider.h (working copy)
|
| @@ -19,8 +19,8 @@
|
| // This file also declares the data structures used to represent cell radio data
|
| // and wifi data.
|
|
|
| -#ifndef CHROME_BROWSER_GEOLOCATION_DEVICE_DATA_PROVIDER_H_
|
| -#define CHROME_BROWSER_GEOLOCATION_DEVICE_DATA_PROVIDER_H_
|
| +#ifndef CONTENT_BROWSER_GEOLOCATION_DEVICE_DATA_PROVIDER_H_
|
| +#define CONTENT_BROWSER_GEOLOCATION_DEVICE_DATA_PROVIDER_H_
|
| #pragma once
|
|
|
| #include <algorithm>
|
| @@ -399,4 +399,4 @@
|
| typedef DeviceDataProvider<RadioData> RadioDataProvider;
|
| typedef DeviceDataProvider<WifiData> WifiDataProvider;
|
|
|
| -#endif // CHROME_BROWSER_GEOLOCATION_DEVICE_DATA_PROVIDER_H_
|
| +#endif // CONTENT_BROWSER_GEOLOCATION_DEVICE_DATA_PROVIDER_H_
|
|
|