| Index: chrome/browser/ui/app_list/test/fake_profile.h
|
| diff --git a/chrome/browser/ui/app_list/test/fake_profile.h b/chrome/browser/ui/app_list/test/fake_profile.h
|
| index f6da0a9bb992d505f84fed0c2f58d6489a555195..1b39286f3cdcf8cfbaed00fc7d65dfeac768415a 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.h
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.h
|
| @@ -35,7 +35,7 @@ class FakeProfile : public Profile {
|
| std::string GetProfileUserName() const override;
|
| ProfileType GetProfileType() const override;
|
| base::FilePath GetPath() const override;
|
| - scoped_ptr<content::ZoomLevelDelegate> CreateZoomLevelDelegate(
|
| + std::unique_ptr<content::ZoomLevelDelegate> CreateZoomLevelDelegate(
|
| const base::FilePath& partition_path) override;
|
| bool IsOffTheRecord() const override;
|
| content::DownloadManagerDelegate* GetDownloadManagerDelegate() override;
|
|
|