| 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 42d31206ba22b62292123d5e431b827d8afd71c5..61cd686a39409b67c51768fca5a506cd79da35f5 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile.cc
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile.cc
|
| @@ -121,7 +121,7 @@ Profile* FakeProfile::GetOriginalProfile() {
|
| return this;
|
| }
|
|
|
| -bool FakeProfile::IsManaged() {
|
| +bool FakeProfile::IsSupervised() {
|
| return false;
|
| }
|
|
|
|
|