| Index: chrome/browser/chromeos/first_run/drive_first_run_controller.cc
 | 
| diff --git a/chrome/browser/chromeos/first_run/drive_first_run_controller.cc b/chrome/browser/chromeos/first_run/drive_first_run_controller.cc
 | 
| index 6a9b837aa1fb906d9326662a66668cf75044e752..854682a091505994650f94676841aae611854949 100644
 | 
| --- a/chrome/browser/chromeos/first_run/drive_first_run_controller.cc
 | 
| +++ b/chrome/browser/chromeos/first_run/drive_first_run_controller.cc
 | 
| @@ -4,9 +4,12 @@
 | 
|  
 | 
|  #include "chrome/browser/chromeos/first_run/drive_first_run_controller.h"
 | 
|  
 | 
| +#include <stdint.h>
 | 
| +
 | 
|  #include "ash/shell.h"
 | 
|  #include "ash/system/tray/system_tray_delegate.h"
 | 
|  #include "base/callback.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/weak_ptr.h"
 | 
|  #include "base/message_loop/message_loop.h"
 | 
|  #include "base/metrics/histogram.h"
 | 
| 
 |