Index: content/browser/geolocation/location_provider.h |
diff --git a/content/browser/geolocation/location_provider.h b/content/browser/geolocation/location_provider.h |
index 064a59f0b413852a61c64dc3371a75356bc01ee3..402ae757dce08506cd0998db5eefba6347ee3ad5 100644 |
--- a/content/browser/geolocation/location_provider.h |
+++ b/content/browser/geolocation/location_provider.h |
@@ -3,8 +3,7 @@ |
// found in the LICENSE file. |
// A location provider provides position information from a particular source |
-// (GPS, network etc). The GearsGeolocation object uses a set of location |
-// providers to obtain a position fix. |
+// (GPS, network etc). |
// |
// This file declares a base class to be used by all location providers. |
// Primarily, this class declares interface methods to be implemented by |