| Index: content/shell/browser/layout_test/layout_test_notification_manager.h
 | 
| diff --git a/content/shell/browser/layout_test/layout_test_notification_manager.h b/content/shell/browser/layout_test/layout_test_notification_manager.h
 | 
| index 258f84a7414eb95c5ff66ca1e2a5613fdc0e93c6..edccd4969150c4c37a1a7fc671738da015d2abd7 100644
 | 
| --- a/content/shell/browser/layout_test/layout_test_notification_manager.h
 | 
| +++ b/content/shell/browser/layout_test/layout_test_notification_manager.h
 | 
| @@ -34,7 +34,7 @@ class LayoutTestNotificationManager {
 | 
|    // Must be called on the IO thread.
 | 
|    void RequestPermission(
 | 
|        const GURL& origin,
 | 
| -      const base::Callback<void(blink::WebNotificationPermission)>& callback);
 | 
| +      const base::Callback<void(bool)>& callback);
 | 
|  
 | 
|    // Sets the permission to display notifications for |origin| to |permission|.
 | 
|    // Must be called on the IO thread.
 | 
| 
 |