| Index: chrome/browser/ui/autofill/account_chooser_model.cc
|
| diff --git a/chrome/browser/ui/autofill/account_chooser_model.cc b/chrome/browser/ui/autofill/account_chooser_model.cc
|
| index 48249e300487d0452732eab2f2efd185a01364da..78d905c193670447e039935cfd4ef88dec427a98 100644
|
| --- a/chrome/browser/ui/autofill/account_chooser_model.cc
|
| +++ b/chrome/browser/ui/autofill/account_chooser_model.cc
|
| @@ -6,8 +6,8 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/prefs/pref_service.h"
|
| -#include "base/stringprintf.h"
|
| #include "base/strings/string_number_conversions.h"
|
| +#include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time.h"
|
| #include "chrome/common/pref_names.h"
|
|
|