summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_content_browser_client.cc
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 /chrome/browser/chrome_content_browser_client.cc
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 'chrome/browser/chrome_content_browser_client.cc')
-rw-r--r--chrome/browser/chrome_content_browser_client.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index eef9057..f8398cb 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -71,7 +71,6 @@
#include "content/browser/tab_contents/tab_contents.h"
#include "content/browser/tab_contents/tab_contents_view.h"
#include "content/browser/worker_host/worker_process_host.h"
-#include "content/common/desktop_notification_messages.h"
#include "content/public/browser/browser_main_parts.h"
#include "grit/generated_resources.h"
#include "grit/ui_resources.h"
@@ -911,7 +910,7 @@ WebKit::WebNotificationPresenter::Permission
}
void ChromeContentBrowserClient::ShowDesktopNotification(
- const DesktopNotificationHostMsg_Show_Params& params,
+ const content::ShowDesktopNotificationHostMsgParams& params,
int render_process_id,
int render_view_id,
bool worker) {