| Index: chrome/app/chrome_main_delegate.h
|
| diff --git a/chrome/app/chrome_main_delegate.h b/chrome/app/chrome_main_delegate.h
|
| index 1cb0821b42f72fa31273b0b2b973a82a0462fa6a..0276d2b7553603fdde7fa4d2386df0fc86ae90fe 100644
|
| --- a/chrome/app/chrome_main_delegate.h
|
| +++ b/chrome/app/chrome_main_delegate.h
|
| @@ -5,8 +5,9 @@
|
| #ifndef CHROME_APP_CHROME_MAIN_DELEGATE_H_
|
| #define CHROME_APP_CHROME_MAIN_DELEGATE_H_
|
|
|
| +#include <memory>
|
| +
|
| #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"
|
|
|