| 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 a11a68015a3bbd47d926293f1df82976a3d537be..6407e7f4bf701db6ba154b6f75f79bf3ef353164 100644
|
| --- a/chrome/browser/ui/app_list/test/fake_profile_store.h
|
| +++ b/chrome/browser/ui/app_list/test/fake_profile_store.h
|
| @@ -25,6 +25,7 @@ class FakeProfileStore : public ProfileStore {
|
| base::Callback<void(Profile*)> callback) override;
|
| Profile* GetProfileByPath(const base::FilePath& path) override;
|
| base::FilePath GetUserDataDir() override;
|
| + std::string GetLastUsedProfileName() override;
|
| bool IsProfileSupervised(const base::FilePath& path) override;
|
| bool IsProfileLocked(const base::FilePath& path) override;
|
|
|
|
|