summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation/gps_location_provider_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/geolocation/gps_location_provider_linux.h')
-rw-r--r--chrome/browser/geolocation/gps_location_provider_linux.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/geolocation/gps_location_provider_linux.h b/chrome/browser/geolocation/gps_location_provider_linux.h
index 67fd5a8..a06ccbd 100644
--- a/chrome/browser/geolocation/gps_location_provider_linux.h
+++ b/chrome/browser/geolocation/gps_location_provider_linux.h
@@ -9,12 +9,12 @@
#ifndef CHROME_BROWSER_GEOLOCATION_GPS_LOCATION_PROVIDER_LINUX_H_
#define CHROME_BROWSER_GEOLOCATION_GPS_LOCATION_PROVIDER_LINUX_H_
-
-#include "chrome/browser/geolocation/location_provider.h"
-#include "chrome/common/geoposition.h"
+#pragma once
#include "base/scoped_ptr.h"
#include "base/task.h"
+#include "chrome/browser/geolocation/location_provider.h"
+#include "chrome/common/geoposition.h"
class LibGps;
@@ -27,8 +27,8 @@ class GpsLocationProviderLinux : public LocationProviderBase {
public:
typedef LibGps* (*LibGpsFactory)();
// |factory| will be used to create the gpsd client library wrapper. (Note
- // NewGpsLocationProvider() will use the default factory).
- GpsLocationProviderLinux(LibGpsFactory libgps_factory);
+ // NewSystemLocationProvider() will use the default factory).
+ explicit GpsLocationProviderLinux(LibGpsFactory libgps_factory);
virtual ~GpsLocationProviderLinux();
// LocationProvider