| Index: ios/chrome/browser/safe_browsing/ui_manager.h
|
| diff --git a/ios/chrome/browser/safe_browsing/ui_manager.h b/ios/chrome/browser/safe_browsing/ui_manager.h
|
| index 11116148025427ea901b85b1a2952c2d90a4ea9f..9283b926fe9d1158f0bfc13402b6b2fd9ed0ff4d 100644
|
| --- a/ios/chrome/browser/safe_browsing/ui_manager.h
|
| +++ b/ios/chrome/browser/safe_browsing/ui_manager.h
|
| @@ -8,13 +8,13 @@
|
| #ifndef IOS_CHROME_BROWSER_SAFE_BROWSING_UI_MANAGER_H_
|
| #define IOS_CHROME_BROWSER_SAFE_BROWSING_UI_MANAGER_H_
|
|
|
| +#include <memory>
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/observer_list.h"
|
| #include "base/time/time.h"
|
|
|