| Index: content/shell/app/shell_main_delegate.h
|
| diff --git a/content/shell/app/shell_main_delegate.h b/content/shell/app/shell_main_delegate.h
|
| index f8439bc5f111f8b7a2e7a83a5afc7772b4fac37c..6b351e4ffce7e5bfd0f4061e671f01ec2095f6a6 100644
|
| --- a/content/shell/app/shell_main_delegate.h
|
| +++ b/content/shell/app/shell_main_delegate.h
|
| @@ -6,7 +6,9 @@
|
| #define CONTENT_SHELL_APP_SHELL_MAIN_DELEGATE_H_
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "build/build_config.h"
|
| #include "content/public/app/content_main_delegate.h"
|
| #include "content/shell/common/shell_content_client.h"
|
|
|
|
|