Index: chrome/browser/ui/app_list/test/fake_profile_store.cc |
diff --git a/chrome/browser/ui/app_list/test/fake_profile_store.cc b/chrome/browser/ui/app_list/test/fake_profile_store.cc |
index 85e46e189f822d795c56b916556a3043572dbcaa..9fc639c60139838f9335a29a590fd2c2dcfecd4d 100644 |
--- a/chrome/browser/ui/app_list/test/fake_profile_store.cc |
+++ b/chrome/browser/ui/app_list/test/fake_profile_store.cc |
@@ -59,6 +59,6 @@ base::FilePath FakeProfileStore::GetUserDataDir() { |
return user_data_dir_; |
} |
-bool FakeProfileStore::IsProfileManaged(const base::FilePath& path) { |
+bool FakeProfileStore::IsProfileSupervised(const base::FilePath& path) { |
return false; |
} |