| Index: chrome/renderer/autofill_helper.h
|
| diff --git a/chrome/renderer/autofill_helper.h b/chrome/renderer/autofill_helper.h
|
| index 3005aeb306e164191f9262b92f3ae92a7fa6f345..aeac14761e67f486b8a869277c9b5c04369dce6f 100644
|
| --- a/chrome/renderer/autofill_helper.h
|
| +++ b/chrome/renderer/autofill_helper.h
|
| @@ -44,6 +44,7 @@ class AutoFillHelper {
|
| void SuggestionsReceived(int query_id,
|
| const std::vector<string16>& values,
|
| const std::vector<string16>& labels,
|
| + const std::vector<string16>& icons,
|
| const std::vector<int>& unique_ids);
|
|
|
| // Called when we have received suggestions for an entire form from the
|
|
|