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

Unified Diff: components/autofill/core/browser/autofill_profile_comparator.cc

Issue 2656053002: NullStream
Patch Set: . Created 3 years, 11 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
« no previous file with comments | « base/time/time.h ('k') | media/blink/webmediaplayer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/autofill_profile_comparator.cc
diff --git a/components/autofill/core/browser/autofill_profile_comparator.cc b/components/autofill/core/browser/autofill_profile_comparator.cc
index c3e8709549b5c35931ddfb481c676167c9812f76..67260913f66bfa4934383320ea8f26f01849a027 100644
--- a/components/autofill/core/browser/autofill_profile_comparator.cc
+++ b/components/autofill/core/browser/autofill_profile_comparator.cc
@@ -33,6 +33,8 @@ bool ContainsNewline(base::StringPiece16 text) {
return text.find('\n') != base::StringPiece16::npos;
}
+} // namespace
+
std::ostream& operator<<(std::ostream& os,
const ::i18n::phonenumbers::PhoneNumber& n) {
os << "country_code: " << n.country_code() << " "
@@ -48,8 +50,6 @@ std::ostream& operator<<(std::ostream& os,
return os;
}
-} // namespace
-
AutofillProfileComparator::AutofillProfileComparator(
const base::StringPiece& app_locale)
: app_locale_(app_locale.data(), app_locale.size()) {
« no previous file with comments | « base/time/time.h ('k') | media/blink/webmediaplayer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698