Chromium Code Reviews| Index: chrome/browser/password_manager/password_manager_util_win.cc |
| diff --git a/chrome/browser/password_manager/password_manager_util_win.cc b/chrome/browser/password_manager/password_manager_util_win.cc |
| index 4920148b9f03a3c8a8a43dac2e586f7ed91a0737..cf2043443e94598389e9e4810be2f8463a81b9b8 100644 |
| --- a/chrome/browser/password_manager/password_manager_util_win.cc |
| +++ b/chrome/browser/password_manager/password_manager_util_win.cc |
| @@ -4,8 +4,8 @@ |
| // windows.h must be first otherwise Win8 SDK breaks. |
| #include <windows.h> |
| -#include <wincred.h> |
| #include <LM.h> |
|
Nico
2014/08/15 04:14:11
I hope this is cool (else we need to fix the scrip
Lei Zhang
2014/08/15 04:23:52
ascii L comes before w.
Nico
2014/08/15 04:35:13
Oh sure, the sorting is right. I mean windows head
|
| +#include <wincred.h> |
| // SECURITY_WIN32 must be defined in order to get |
| // EXTENDED_NAME_FORMAT enumeration. |
| @@ -21,11 +21,11 @@ |
| #include "base/time/time.h" |
| #include "base/win/windows_version.h" |
| #include "chrome/browser/browser_process.h" |
| +#include "chrome/grit/chromium_strings.h" |
| #include "components/password_manager/core/browser/password_manager.h" |
| #include "components/password_manager/core/common/password_manager_pref_names.h" |
| #include "content/public/browser/render_view_host.h" |
| #include "content/public/browser/render_widget_host_view.h" |
| -#include "grit/chromium_strings.h" |
| #include "ui/base/l10n/l10n_util.h" |
| #if defined(USE_AURA) |