diff options
Diffstat (limited to 'chrome/browser/desktop_notification_handler.cc')
-rw-r--r-- | chrome/browser/desktop_notification_handler.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/desktop_notification_handler.cc b/chrome/browser/desktop_notification_handler.cc index e8e1783..22f0eb9 100644 --- a/chrome/browser/desktop_notification_handler.cc +++ b/chrome/browser/desktop_notification_handler.cc @@ -7,10 +7,10 @@ #include "chrome/browser/browser_list.h" #include "chrome/browser/notifications/desktop_notification_service.h" #include "chrome/browser/profiles/profile.h" -#include "chrome/browser/renderer_host/render_process_host.h" -#include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/common/render_messages.h" #include "chrome/common/render_messages_params.h" +#include "content/browser/renderer_host/render_process_host.h" +#include "content/browser/tab_contents/tab_contents.h" DesktopNotificationHandler::DesktopNotificationHandler( TabContents* tab, RenderProcessHost* process) |