| Index: content/shell/browser/layout_test/layout_test_content_browser_client.h
|
| diff --git a/content/shell/browser/layout_test/layout_test_content_browser_client.h b/content/shell/browser/layout_test/layout_test_content_browser_client.h
|
| index 3049c06a9717fbac0fc631453720f9161972e7e6..f5d14a6d702f66ec63c4e924a11817c8463a226d 100644
|
| --- a/content/shell/browser/layout_test/layout_test_content_browser_client.h
|
| +++ b/content/shell/browser/layout_test/layout_test_content_browser_client.h
|
| @@ -35,7 +35,8 @@ class LayoutTestContentBrowserClient : public ShellContentBrowserClient {
|
| int render_process_id) override;
|
| void ShowDesktopNotification(
|
| const ShowDesktopNotificationHostMsgParams& params,
|
| - RenderFrameHost* render_frame_host,
|
| + BrowserContext* browser_context,
|
| + int render_process_id,
|
| scoped_ptr<DesktopNotificationDelegate> delegate,
|
| base::Closure* cancel_callback) override;
|
|
|
|
|