| Index: chrome/browser/autofill/form_group.cc
|
| diff --git a/chrome/browser/autofill/form_group.cc b/chrome/browser/autofill/form_group.cc
|
| index 49beb16b97aeae906f2c92e367c752cc06ec110a..6c53303744238475309530cd808b3bf14953c51c 100644
|
| --- a/chrome/browser/autofill/form_group.cc
|
| +++ b/chrome/browser/autofill/form_group.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <algorithm>
|
| +
|
| #include "chrome/browser/autofill/form_group.h"
|
|
|
| string16 FormGroup::GetPreviewText(const AutoFillType& type) const {
|
|
|