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

Unified Diff: chromeos/geolocation/geoposition.h

Issue 2176753003: Geolocation: move from content/browser to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed device/geolocation/public/cpp Created 4 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: chromeos/geolocation/geoposition.h
diff --git a/chromeos/geolocation/geoposition.h b/chromeos/geolocation/geoposition.h
index 543e3ed924201f6cd57a728374ab01d9ddf0c7fb..f1d5e99d9110474fbc6aea8c45db1f8af5682903 100644
--- a/chromeos/geolocation/geoposition.h
+++ b/chromeos/geolocation/geoposition.h
@@ -13,7 +13,7 @@
namespace chromeos {
// This structure represents Google Maps Geolocation response.
-// Based on content/public/common/geoposition.h .
+// Based on device/geolocation/geoposition.h .
struct CHROMEOS_EXPORT Geoposition {
// Geolocation API client status.
// (Server status is reported in "error_code" field.)

Powered by Google App Engine
This is Rietveld 408576698