Chromium Code Reviews| Index: chrome/browser/autofill/autofill_interactive_uitest.cc |
| diff --git a/chrome/browser/autofill/autofill_interactive_uitest.cc b/chrome/browser/autofill/autofill_interactive_uitest.cc |
| index 23dcb111c9c71ac0298b55a1c4b6685334b9887e..793c98bfd569669fce3af66aeea6575dbb5f0dd6 100644 |
| --- a/chrome/browser/autofill/autofill_interactive_uitest.cc |
| +++ b/chrome/browser/autofill/autofill_interactive_uitest.cc |
| @@ -2,13 +2,13 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#include <memory> |
|
Mathieu
2016/04/04 13:15:46
not sure if this is needed anymore?
vabr (Chromium)
2016/04/04 13:28:41
Good catch!
Removed, because there is no unique_pt
|
| #include <string> |
| #include "base/command_line.h" |
| #include "base/files/file_util.h" |
| #include "base/macros.h" |
| #include "base/memory/ref_counted.h" |
| -#include "base/memory/scoped_ptr.h" |
| #include "base/rand_util.h" |
| #include "base/strings/string16.h" |
| #include "base/strings/string_number_conversions.h" |