| Index: chrome/renderer/autofill/autofill_agent.h
|
| diff --git a/chrome/renderer/autofill/autofill_agent.h b/chrome/renderer/autofill/autofill_agent.h
|
| index 61c36e62b6dd394bc39775c431ad5282feb3ca04..38a2e5ddc0bc678cb63c07f7ff948981a3264938 100644
|
| --- a/chrome/renderer/autofill/autofill_agent.h
|
| +++ b/chrome/renderer/autofill/autofill_agent.h
|
| @@ -101,7 +101,7 @@ class AutofillAgent : public content::RenderViewObserver,
|
| void OnFieldTypePredictionsAvailable(
|
| const std::vector<webkit_glue::FormDataPredictions>& forms);
|
|
|
| - // For external Autofill selection.
|
| + // For external Autofill selection.
|
| void OnSelectAutofillSuggestionAtIndex(int listIndex);
|
|
|
| // Called in a posted task by textFieldDidChange() to work-around a WebKit bug
|
|
|