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

Unified Diff: chromeos/network/geolocation_handler.cc

Issue 2721553004: Remove auto raw pointer deduction from non-linux specific code. (Closed)
Patch Set: rebase Created 3 years, 10 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/network/geolocation_handler.cc
diff --git a/chromeos/network/geolocation_handler.cc b/chromeos/network/geolocation_handler.cc
index fb5864179edfb7672f26360cec46177b553dafb1..a1c0b5eaf63986c0ca38dd17d7fa3bd1999bda37 100644
--- a/chromeos/network/geolocation_handler.cc
+++ b/chromeos/network/geolocation_handler.cc
@@ -155,7 +155,7 @@ void GeolocationHandler::GeolocationCallback(
// ],
// kGeoCellTowersProperty: [ {kGeoCellIdProperty: cell_id_value, ...}, ... ]
// }
- for (auto device_type : kDevicePropertyNames) {
+ for (auto* device_type : kDevicePropertyNames) {
if (!properties.HasKey(device_type)) {
continue;
}
« no previous file with comments | « chromeos/audio/cras_audio_handler_unittest.cc ('k') | components/crash/content/browser/crash_dump_observer_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698