| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 9cbfdf61770df2a307ba4ac655e1ef83984e5a7a..369cfaf329da8cfdf3a296c7ac3afe4b44794266 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -439,7 +439,7 @@ std::string TestingProfile::GetProfileName() {
|
| return std::string("testing_profile");
|
| }
|
|
|
| -bool TestingProfile::IsOffTheRecord() {
|
| +bool TestingProfile::IsOffTheRecord() const {
|
| return incognito_;
|
| }
|
|
|
|
|