| Index: content/browser/geolocation/empty_device_data_provider.h
|
| ===================================================================
|
| --- content/browser/geolocation/empty_device_data_provider.h (revision 0)
|
| +++ content/browser/geolocation/empty_device_data_provider.h (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.
|
|
|
| -#ifndef CHROME_BROWSER_GEOLOCATION_EMPTY_DEVICE_DATA_PROVIDER_H_
|
| -#define CHROME_BROWSER_GEOLOCATION_EMPTY_DEVICE_DATA_PROVIDER_H_
|
| +#ifndef CONTENT_BROWSER_GEOLOCATION_EMPTY_DEVICE_DATA_PROVIDER_H_
|
| +#define CONTENT_BROWSER_GEOLOCATION_EMPTY_DEVICE_DATA_PROVIDER_H_
|
| #pragma once
|
|
|
| -#include "chrome/browser/geolocation/device_data_provider.h"
|
| +#include "content/browser/geolocation/device_data_provider.h"
|
|
|
| // An implementation of DeviceDataProviderImplBase that does not provide any
|
| // data. Used on platforms where a given data type is not available.
|
| @@ -30,4 +30,4 @@
|
| DISALLOW_COPY_AND_ASSIGN(EmptyDeviceDataProvider);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_GEOLOCATION_EMPTY_DEVICE_DATA_PROVIDER_H_
|
| +#endif // CONTENT_BROWSER_GEOLOCATION_EMPTY_DEVICE_DATA_PROVIDER_H_
|
|
|