Index: chrome/common/render_messages_internal.h |
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h |
index 58848884e681a271a3edf3269c853821ea12d3a1..714e68e32cf2a04c283aab26a5dd0ccd8d405bfb 100644 |
--- a/chrome/common/render_messages_internal.h |
+++ b/chrome/common/render_messages_internal.h |
@@ -1701,10 +1701,10 @@ IPC_BEGIN_MESSAGES(ViewHost) |
IPC_MESSAGE_ROUTED1(ViewHostMsg_CancelDesktopNotification, |
int /* notification_id */ ) |
IPC_MESSAGE_ROUTED2(ViewHostMsg_RequestNotificationPermission, |
- string16 /* origin */, |
+ GURL /* origin */, |
int /* callback_context */) |
IPC_SYNC_MESSAGE_ROUTED1_1(ViewHostMsg_CheckNotificationPermission, |
- string16 /* origin */, |
+ GURL /* origin */, |
int /* permission_result */) |
// Sent if the worker object has sent a ViewHostMsg_CreateDedicatedWorker |