Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3785)

Unified Diff: chrome/browser/geolocation/gps_location_provider_linux.h

Issue 3026031: browser: Fix some presubmit errors. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/geolocation/gps_location_provider_linux.h
diff --git a/chrome/browser/geolocation/gps_location_provider_linux.h b/chrome/browser/geolocation/gps_location_provider_linux.h
index ec7dba443d7958aa96e4dc57bc712c2ea179b0ea..68fff236ea41b6764c4cc7cbf6e1c8603bb1f564 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
« no previous file with comments | « chrome/browser/extensions/extension_bookmark_helpers.h ('k') | chrome/browser/net/chrome_network_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698