| Index: chrome/app/chrome_main_delegate.h
|
| diff --git a/chrome/app/chrome_main_delegate.h b/chrome/app/chrome_main_delegate.h
|
| index 7792f531c4eb07f0c2fa04c269a66a3cdb0f0407..61370a520c9b2abe8fb18060c5ad9fe1de4e15fa 100644
|
| --- a/chrome/app/chrome_main_delegate.h
|
| +++ b/chrome/app/chrome_main_delegate.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef CHROME_APP_CHROME_MAIN_DELEGATE_H_
|
| #define CHROME_APP_CHROME_MAIN_DELEGATE_H_
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "build/build_config.h"
|
| #include "chrome/common/chrome_content_client.h"
|
| #include "content/public/app/content_main_delegate.h"
|
|
|
|
|