| Index: content/public/browser/browser_context.h
|
| diff --git a/content/public/browser/browser_context.h b/content/public/browser/browser_context.h
|
| index 25190a6f8618330620b47c1943db036a300c6b22..3f0ac266922b9f2ce3764cb9e8310d17d4037cab 100644
|
| --- a/content/public/browser/browser_context.h
|
| +++ b/content/public/browser/browser_context.h
|
| @@ -94,7 +94,7 @@ class CONTENT_EXPORT BrowserContext : public base::SupportsUserData {
|
| const GURL& origin,
|
| int64 service_worker_registration_id,
|
| const std::string& data,
|
| - const base::Callback<void(PushMessagingStatus)>& callback);
|
| + const base::Callback<void(PushDeliveryStatus)>& callback);
|
|
|
| // Ensures that the corresponding ResourceContext is initialized. Normally the
|
| // BrowserContext initializs the corresponding getters when its objects are
|
|
|