Chromium Code Reviews| Index: ios/web/shell/shell_browser_state.h |
| diff --git a/ios/web/shell/shell_browser_state.h b/ios/web/shell/shell_browser_state.h |
| index f08121da3c94e29fb7f9c9ad70dc329ee35d0fa3..376d8bfca4f3903a62d6ac03909a0c56b385e24b 100644 |
| --- a/ios/web/shell/shell_browser_state.h |
| +++ b/ios/web/shell/shell_browser_state.h |
| @@ -5,12 +5,12 @@ |
| #ifndef IOS_WEB_SHELL_SHELL_BROWSER_STATE_H_ |
| #define IOS_WEB_SHELL_SHELL_BROWSER_STATE_H_ |
| -#include "ios/web/public/browser_state.h" |
| +#include <memory> |
|
noyau (Ping after 24h)
2016/04/07 13:34:05
Not needed.
|
| #include "base/files/file_path.h" |
| #include "base/macros.h" |
| #include "base/memory/ref_counted.h" |
| -#include "base/memory/scoped_ptr.h" |
| +#include "ios/web/public/browser_state.h" |
| namespace web { |