| Index: chrome/browser/safe_browsing/protocol_manager_helper.h
|
| diff --git a/chrome/browser/safe_browsing/protocol_manager_helper.h b/chrome/browser/safe_browsing/protocol_manager_helper.h
|
| index bd4610964bf800f79d1fd7869b196767b156ede3..a7c8dd195b43a65abd227e30c8d17a9baa799577 100644
|
| --- a/chrome/browser/safe_browsing/protocol_manager_helper.h
|
| +++ b/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>
|
| #include <string>
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/memory/scoped_ptr.h"
|
|
|
| namespace safe_browsing {
|
|
|
|
|