| Index: chrome/test/testing_profile.h
|
| diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
|
| index 181e375318ecd3bd889938935d14613faf35db00..f82da7b783730278452b9f700fdb54010e615606 100644
|
| --- a/chrome/test/testing_profile.h
|
| +++ b/chrome/test/testing_profile.h
|
| @@ -298,7 +298,7 @@ class TestingProfile : public Profile {
|
| }
|
| virtual void SetupChromeOSEnterpriseExtensionObserver() {
|
| }
|
| - virtual void ChangeApplicationLocale(const std::string&, bool) {
|
| + virtual void ChangeApplicationLocale(const std::string&) {
|
| }
|
| #endif // defined(OS_CHROMEOS)
|
|
|
|
|