Chromium Code Reviews| Index: ios/chrome/browser/safe_browsing/protocol_manager_helper.h |
| diff --git a/ios/chrome/browser/safe_browsing/protocol_manager_helper.h b/ios/chrome/browser/safe_browsing/protocol_manager_helper.h |
| index cc4846a3394469f3d2d394335c6b0f9b5eaa3fa3..90f6fca5d7434ffcd1533082e0f7b00eddb94f02 100644 |
| --- a/ios/chrome/browser/safe_browsing/protocol_manager_helper.h |
| +++ b/ios/chrome/browser/safe_browsing/protocol_manager_helper.h |
| @@ -8,11 +8,11 @@ |
| // A class that provides common functionality for safebrowsing protocol managers |
| // that communicate with Google servers. |
| +#include <memory> |
|
noyau (Ping after 24h)
2016/04/07 13:34:04
I don't see unique_ptr in this file, this include
|
| #include <string> |
| #include "base/macros.h" |
| #include "base/memory/ref_counted.h" |
| -#include "base/memory/scoped_ptr.h" |
| namespace safe_browsing { |