Index: chrome/browser/profiles/profile.cc |
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
index f555a17f359f524633562cb965eec27cacd7a8ba..7f6a5fdd4e76e70de7c854e12a0eb3bdbb9fa3e9 100644 |
--- a/chrome/browser/profiles/profile.cc |
+++ b/chrome/browser/profiles/profile.cc |
@@ -214,8 +214,8 @@ class OffTheRecordProfileImpl : public Profile, |
return NULL; |
} |
- virtual ExtensionsService* GetExtensionsService() { |
- return GetOriginalProfile()->GetExtensionsService(); |
+ virtual ExtensionService* GetExtensionService() { |
+ return GetOriginalProfile()->GetExtensionService(); |
} |
virtual BackgroundContentsService* GetBackgroundContentsService() const { |