| Index: chrome/browser/ui/app_list/test/fake_profile_store.h
|
| diff --git a/chrome/browser/ui/app_list/test/fake_profile_store.h b/chrome/browser/ui/app_list/test/fake_profile_store.h
|
| index b1dc8634c31befbd516cf9e2b3ffcc1f5a4fa304..68622dce3b1339dea11e22c1b94c9c32d75c039b 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile_store.h
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile_store.h
|
| @@ -26,7 +26,7 @@ class FakeProfileStore : public ProfileStore {
|
| base::Callback<void(Profile*)> callback) OVERRIDE;
|
| virtual Profile* GetProfileByPath(const base::FilePath& path) OVERRIDE;
|
| virtual base::FilePath GetUserDataDir() OVERRIDE;
|
| - virtual bool IsProfileManaged(const base::FilePath& path) OVERRIDE;
|
| + virtual bool IsProfileSupervised(const base::FilePath& path) OVERRIDE;
|
|
|
| private:
|
| base::FilePath user_data_dir_;
|
|
|