diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 21:16:30 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-28 21:16:30 +0000 |
commit | 5bd918fe1714d630f0b593bdc139bac96019fb76 (patch) | |
tree | f052933bbbf57ebe4f58ad20b4aafba2aa8b8440 /chrome/browser/geolocation/gps_location_provider_linux.h | |
parent | c4e45b3be08a8cefa237b25096f8a18fb5a5051d (diff) | |
download | chromium_src-5bd918fe1714d630f0b593bdc139bac96019fb76.zip chromium_src-5bd918fe1714d630f0b593bdc139bac96019fb76.tar.gz chromium_src-5bd918fe1714d630f0b593bdc139bac96019fb76.tar.bz2 |
browser: Fix some presubmit errors.
BUG=50266
TEST=None
Review URL: http://codereview.chromium.org/3026031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54020 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/geolocation/gps_location_provider_linux.h')
-rw-r--r-- | chrome/browser/geolocation/gps_location_provider_linux.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/browser/geolocation/gps_location_provider_linux.h b/chrome/browser/geolocation/gps_location_provider_linux.h index ec7dba4..68fff23 100644 --- a/chrome/browser/geolocation/gps_location_provider_linux.h +++ b/chrome/browser/geolocation/gps_location_provider_linux.h @@ -11,11 +11,10 @@ #define CHROME_BROWSER_GEOLOCATION_GPS_LOCATION_PROVIDER_LINUX_H_ #pragma once -#include "chrome/browser/geolocation/location_provider.h" -#include "chrome/common/geoposition.h" - #include "base/scoped_ptr.h" #include "base/task.h" +#include "chrome/browser/geolocation/location_provider.h" +#include "chrome/common/geoposition.h" class LibGps; @@ -29,7 +28,7 @@ class GpsLocationProviderLinux : public LocationProviderBase { 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); + explicit GpsLocationProviderLinux(LibGpsFactory libgps_factory); virtual ~GpsLocationProviderLinux(); // LocationProvider |