| Index: chrome/browser/autofill/autofill_scanner.h
|
| diff --git a/chrome/browser/autofill/autofill_scanner.h b/chrome/browser/autofill/autofill_scanner.h
|
| index 7eca0ce7d9564bcd224baaee2f5adb85d409ebaa..789889b2f615ed783af4265918c6c97be8958b0e 100644
|
| --- a/chrome/browser/autofill/autofill_scanner.h
|
| +++ b/chrome/browser/autofill/autofill_scanner.h
|
| @@ -49,13 +49,4 @@ class AutofillScanner {
|
| DISALLOW_COPY_AND_ASSIGN(AutofillScanner);
|
| };
|
|
|
| -// Parsing utilities.
|
| -namespace autofill {
|
| -
|
| -// Case-insensitive regular expression matching. Returns true if |pattern| is
|
| -// found in |input|.
|
| -bool MatchString(const string16& input, const string16& pattern);
|
| -
|
| -} // namespace autofill
|
| -
|
| #endif // CHROME_BROWSER_AUTOFILL_AUTOFILL_SCANNER_H_
|
|
|