Index: chrome/browser/extensions/api/notifications/notifications_api.cc |
diff --git a/chrome/browser/extensions/api/notifications/notifications_api.cc b/chrome/browser/extensions/api/notifications/notifications_api.cc |
index 30c935e81a2894bcd839462fc9f8f3b060afce3f..362b63c84f449904f24d63d29e8b7275bf71fba9 100644 |
--- a/chrome/browser/extensions/api/notifications/notifications_api.cc |
+++ b/chrome/browser/extensions/api/notifications/notifications_api.cc |
@@ -127,7 +127,7 @@ std::string StripScopeFromIdentifier(const std::string& extension_id, |
class NotificationsApiDelegate : public NotificationDelegate { |
public: |
- NotificationsApiDelegate(ApiFunction* api_function, |
+ NotificationsApiDelegate(ChromeAsyncExtensionFunction* api_function, |
Profile* profile, |
const std::string& extension_id, |
const std::string& id) |
@@ -208,7 +208,7 @@ class NotificationsApiDelegate : public NotificationDelegate { |
return args.Pass(); |
} |
- scoped_refptr<ApiFunction> api_function_; |
+ scoped_refptr<ChromeAsyncExtensionFunction> api_function_; |
Profile* profile_; |
const std::string extension_id_; |
const std::string id_; |