diff options
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index c99b51c..37e6c17 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) { |