diff options
-rw-r--r-- | chrome/browser/autocomplete_history_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autocomplete_history_manager.cc b/chrome/browser/autocomplete_history_manager.cc index ffcf443..12c661e 100644 --- a/chrome/browser/autocomplete_history_manager.cc +++ b/chrome/browser/autocomplete_history_manager.cc @@ -49,7 +49,7 @@ bool IsSSN(const string16& text) { int area = StringToInt(area_string); if (area < 1 || area == 666 || - area > 733 && area < 750 || + (area > 733 && area < 750) || area > 772) return false; |