| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index b6f161aed7e7d9fc22394a0f9b606eaa3c10ae74..7b6deb812202353cd8eb07d92b1853063a36bfc8 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -293,7 +293,7 @@ class TestingProfile : public Profile {
|
| void set_last_session_exited_cleanly(bool value) {
|
| last_session_exited_cleanly_ = value;
|
| }
|
| - bool IsSameProfile(Profile* p) override;
|
| + bool IsSameProfile(Profile* profile) override;
|
| base::Time GetStartTime() const override;
|
| base::FilePath last_selected_directory() override;
|
| void set_last_selected_directory(const base::FilePath& path) override;
|
|
|