Chromium Code Reviews| Index: chrome/browser/chromeos/login/user.cc |
| diff --git a/chrome/browser/chromeos/login/user.cc b/chrome/browser/chromeos/login/user.cc |
| index 8df3ad96ffe85b4a9ec21cfb4b643bd9c3a80f6b..afc9c12ce6ba32e44613854b4b24fbe8c8c883bf 100644 |
| --- a/chrome/browser/chromeos/login/user.cc |
| +++ b/chrome/browser/chromeos/login/user.cc |
| @@ -4,6 +4,7 @@ |
| #include "chrome/browser/chromeos/login/user.h" |
| +#include "base/logging.h" |
|
Nikita (slow)
2012/11/19 13:36:17
nit: You could drop this include, not used.
bshe
2012/11/19 14:41:35
We have a DCHECK in this file. It looks like I nee
|
| #include "base/stringprintf.h" |
| #include "base/utf_string_conversions.h" |
| #include "chrome/browser/chromeos/login/default_user_images.h" |