| Index: content/browser/browser_main_loop.h
|
| diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
|
| index 07c95aea557800a195e0f4e5fc0c39cd910bf738..ae07f764237b34dddea032ef22e568187c3dca6b 100644
|
| --- a/content/browser/browser_main_loop.h
|
| +++ b/content/browser/browser_main_loop.h
|
| @@ -5,11 +5,12 @@
|
| #ifndef CONTENT_BROWSER_BROWSER_MAIN_LOOP_H_
|
| #define CONTENT_BROWSER_BROWSER_MAIN_LOOP_H_
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/timer/timer.h"
|
| +#include "build/build_config.h"
|
| #include "content/browser/browser_process_sub_thread.h"
|
| #include "content/public/browser/browser_main_runner.h"
|
|
|
|
|