| 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 91f9e3eede9f257365cfaf4d1bfad5456d6d8de1..2b03d9ae1b83c6d271d00db8f3640bf6e9090b43 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.cc
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| @@ -25,6 +25,11 @@ base::FilePath FakeProfile::GetPath() const {
|
| return path_;
|
| }
|
|
|
| +scoped_ptr<content::ZoomLevelDelegate> FakeProfile::CreateZoomLevelDelegate(
|
| + const base::FilePath& partition_path) {
|
| + return scoped_ptr<content::ZoomLevelDelegate>();
|
| +}
|
| +
|
| bool FakeProfile::IsOffTheRecord() const {
|
| return false;
|
| }
|
|
|