| 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 678ee26da98528ab6ac12df3365f56d6edc7ea17..a11a68015a3bbd47d926293f1df82976a3d537be 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile_store.h
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile_store.h
|
| @@ -26,6 +26,7 @@ class FakeProfileStore : public ProfileStore {
|
| Profile* GetProfileByPath(const base::FilePath& path) override;
|
| base::FilePath GetUserDataDir() override;
|
| bool IsProfileSupervised(const base::FilePath& path) override;
|
| + bool IsProfileLocked(const base::FilePath& path) override;
|
|
|
| private:
|
| base::FilePath user_data_dir_;
|
|
|