summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_content_browser_client.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-12 01:59:17 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-12 01:59:17 +0000
commit0ee57e2fd0130dea13c030e340c41f72a36840a5 (patch)
tree979d3d25bfcc6733fde72f97f99cf53085e7733f /content/shell/shell_content_browser_client.h
parent455a6168fdb26900460987080579734103c96f6e (diff)
downloadchromium_src-0ee57e2fd0130dea13c030e340c41f72a36840a5.zip
chromium_src-0ee57e2fd0130dea13c030e340c41f72a36840a5.tar.gz
chromium_src-0ee57e2fd0130dea13c030e340c41f72a36840a5.tar.bz2
Move the struct used when showing a desktop notification to content/public/common, so that chrome code doesn't include desktop_notification_messages.h which is an internal detail of content.
BUG=98716 Review URL: http://codereview.chromium.org/8511075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109757 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_content_browser_client.h')
-rw-r--r--content/shell/shell_content_browser_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_content_browser_client.h b/content/shell/shell_content_browser_client.h
index 3c60622..1fde62a 100644
--- a/content/shell/shell_content_browser_client.h
+++ b/content/shell/shell_content_browser_client.h
@@ -124,7 +124,7 @@ class ShellContentBrowserClient : public ContentBrowserClient
const content::ResourceContext& context,
int render_process_id) OVERRIDE;
virtual void ShowDesktopNotification(
- const DesktopNotificationHostMsg_Show_Params& params,
+ const content::ShowDesktopNotificationHostMsgParams& params,
int render_process_id,
int render_view_id,
bool worker) OVERRIDE;