| Index: chrome/browser/supervised_user/supervised_user_site_list.h
|
| diff --git a/chrome/browser/supervised_user/supervised_user_site_list.h b/chrome/browser/supervised_user/supervised_user_site_list.h
|
| index 74f16ed40628669b00f9963a712bbf31d7e86977..a6baa9289eaf938fa14c21fc67675f5f0cfdae77 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_site_list.h
|
| +++ b/chrome/browser/supervised_user/supervised_user_site_list.h
|
| @@ -9,6 +9,7 @@
|
| #include <stdint.h>
|
|
|
| #include <array>
|
| +#include <memory>
|
| #include <string>
|
| #include <vector>
|
|
|
| @@ -17,7 +18,6 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/sha1.h"
|
| #include "base/strings/string16.h"
|
| #include "base/time/time.h"
|
| @@ -108,7 +108,7 @@ class SupervisedUserSiteList
|
| const base::FilePath& path,
|
| base::TimeTicks start_time,
|
| const SupervisedUserSiteList::LoadedCallback& callback,
|
| - scoped_ptr<base::Value> value);
|
| + std::unique_ptr<base::Value> value);
|
|
|
| std::string id_;
|
| base::string16 title_;
|
|
|