| Index: chrome/browser/profiles/profile_list_desktop_unittest.cc | 
| diff --git a/chrome/browser/profiles/profile_list_desktop_unittest.cc b/chrome/browser/profiles/profile_list_desktop_unittest.cc | 
| index 3ca15690266c68244466d307171cc8e816680a05..041473fd035f65754579abaaf253b9fe72cf2558 100644 | 
| --- a/chrome/browser/profiles/profile_list_desktop_unittest.cc | 
| +++ b/chrome/browser/profiles/profile_list_desktop_unittest.cc | 
| @@ -7,10 +7,12 @@ | 
| #include <string> | 
|  | 
| #include "base/command_line.h" | 
| +#include "base/macros.h" | 
| #include "base/memory/scoped_ptr.h" | 
| #include "base/metrics/field_trial.h" | 
| #include "base/strings/string16.h" | 
| #include "base/strings/utf_string_conversions.h" | 
| +#include "build/build_config.h" | 
| #include "chrome/browser/profiles/avatar_menu_observer.h" | 
| #include "chrome/browser/profiles/profile_info_cache.h" | 
| #include "chrome/browser/profiles/profiles_state.h" | 
|  |