| Index: content/shell/renderer/test_runner/web_test_delegate.h
 | 
| diff --git a/content/shell/renderer/test_runner/web_test_delegate.h b/content/shell/renderer/test_runner/web_test_delegate.h
 | 
| index ac42c9759edb79a7c72f0792462a59217c0141ad..2fd4e4d0b3ca184bdfe4eb373df5b9377149a8fa 100644
 | 
| --- a/content/shell/renderer/test_runner/web_test_delegate.h
 | 
| +++ b/content/shell/renderer/test_runner/web_test_delegate.h
 | 
| @@ -11,7 +11,6 @@
 | 
|  #include "third_party/WebKit/public/platform/WebString.h"
 | 
|  #include "third_party/WebKit/public/platform/WebURL.h"
 | 
|  #include "third_party/WebKit/public/platform/WebVector.h"
 | 
| -#include "third_party/WebKit/public/web/WebNotificationPresenter.h"
 | 
|  
 | 
|  #define WEBTESTRUNNER_NEW_HISTORY_CAPTURE
 | 
|  
 | 
| @@ -135,9 +134,7 @@ class WebTestDelegate {
 | 
|    virtual void ClearAllDatabases() = 0;
 | 
|    virtual void SetDatabaseQuota(int quota) = 0;
 | 
|  
 | 
| -  // Controls Web Notification permissions.
 | 
| -  virtual blink::WebNotificationPresenter::Permission
 | 
| -      CheckWebNotificationPermission(const GURL& origin) = 0;
 | 
| +  // Controls Web Notifications.
 | 
|    virtual void GrantWebNotificationPermission(const GURL& origin,
 | 
|                                                bool permission_granted) = 0;
 | 
|    virtual void ClearWebNotificationPermissions() = 0;
 | 
| 
 |