| Index: chrome/browser/background/background_contents_service.cc
 | 
| diff --git a/chrome/browser/background/background_contents_service.cc b/chrome/browser/background/background_contents_service.cc
 | 
| index d5b14d9899f012d277191c0c98e78fa41f05aa8f..e48800a8352d23dff41075ebbd8453054f863ec1 100644
 | 
| --- a/chrome/browser/background/background_contents_service.cc
 | 
| +++ b/chrome/browser/background/background_contents_service.cc
 | 
| @@ -5,11 +5,11 @@
 | 
|  #include "chrome/browser/background/background_contents_service.h"
 | 
|  
 | 
|  #include "apps/app_load_service.h"
 | 
| -#include "base/basictypes.h"
 | 
|  #include "base/bind.h"
 | 
|  #include "base/command_line.h"
 | 
|  #include "base/compiler_specific.h"
 | 
|  #include "base/location.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/message_loop/message_loop.h"
 | 
|  #include "base/metrics/histogram_macros.h"
 | 
|  #include "base/prefs/pref_service.h"
 | 
| 
 |