| Index: chrome/browser/ui/app_list/test/fake_profile.cc
|
| diff --git a/chrome/browser/ui/app_list/test/fake_profile.cc b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| index 22c7c6c20ea06171327b7181381ce214ca4fe14f..cbaf706f17415c6523c750883544f78fcbeb0ed9 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.cc
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| @@ -28,8 +28,8 @@ base::FilePath FakeProfile::GetPath() const {
|
| return path_;
|
| }
|
|
|
| -scoped_ptr<content::ZoomLevelDelegate> FakeProfile::CreateZoomLevelDelegate(
|
| - const base::FilePath& partition_path) {
|
| +std::unique_ptr<content::ZoomLevelDelegate>
|
| +FakeProfile::CreateZoomLevelDelegate(const base::FilePath& partition_path) {
|
| return nullptr;
|
| }
|
|
|
|
|