| Index: chrome/browser/chromeos/first_run/first_run_controller.h
|
| diff --git a/chrome/browser/chromeos/first_run/first_run_controller.h b/chrome/browser/chromeos/first_run/first_run_controller.h
|
| index 16226d135e485da0d84fca1908f539e4f9396a04..bd356ca56abf83c4db61a8141695121c4e232181 100644
|
| --- a/chrome/browser/chromeos/first_run/first_run_controller.h
|
| +++ b/chrome/browser/chromeos/first_run/first_run_controller.h
|
| @@ -5,13 +5,15 @@
|
| #ifndef CHROME_BROWSER_CHROMEOS_FIRST_RUN_FIRST_RUN_CONTROLLER_H_
|
| #define CHROME_BROWSER_CHROMEOS_FIRST_RUN_FIRST_RUN_CONTROLLER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "ash/first_run/first_run_helper.h"
|
| -#include "base/basictypes.h"
|
| #include "base/callback.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/time/time.h"
|
|
|