Index: content/common/android/address_parser.cc |
diff --git a/content/common/android/address_parser.cc b/content/common/android/address_parser.cc |
index 30fa304ba4cd7d1219b5c244d1343bd0f953ae3e..59843e7ef8bc9067d7de2377eab159513b2112d3 100644 |
--- a/content/common/android/address_parser.cc |
+++ b/content/common/android/address_parser.cc |
@@ -125,7 +125,7 @@ bool FindAddress(const base::string16::const_iterator& begin, |
// Check if the new word is a valid house number. |
if (house_number_parser.Parse(current_word.begin, current_word.end, |
- NULL)) { |
+ nullptr)) { |
// Increase the number of consecutive house numbers since the beginning. |
if (consecutive_house_numbers) { |
// Check if there is a new line between consecutive house numbers. |