| Index: chrome/test/testing_profile.h
|
| diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
|
| index c99b51ca2c3a3c495e272e788b53c9e425b1b600..37e6c170eb84e2eccded9a32346fd40658db91ca 100644
|
| --- a/chrome/test/testing_profile.h
|
| +++ b/chrome/test/testing_profile.h
|
| @@ -70,7 +70,7 @@ class TestingProfile : public Profile {
|
| virtual ExtensionsService* GetExtensionsService() {
|
| return NULL;
|
| }
|
| - virtual GreasemonkeyMaster* GetGreasemonkeyMaster() {
|
| + virtual UserScriptMaster* GetUserScriptMaster() {
|
| return NULL;
|
| }
|
| virtual HistoryService* GetHistoryService(ServiceAccessType access) {
|
|
|