From 797c355020734dc32ffa57f54d032afa20f018c8 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Thu, 17 Mar 2011 00:26:18 +0000 Subject: Move a bunch of files from chrome\common to content\common. TBR=avi Review URL: http://codereview.chromium.org/6677096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78473 0039d316-1c4b-4281-b951-d872f2087c98 --- content/renderer/notification_provider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/renderer/notification_provider.h') diff --git a/content/renderer/notification_provider.h b/content/renderer/notification_provider.h index 32abdee..4d641a8 100644 --- a/content/renderer/notification_provider.h +++ b/content/renderer/notification_provider.h @@ -6,8 +6,8 @@ #define CONTENT_RENDERER_NOTIFICATION_PROVIDER_H_ #pragma once -#include "chrome/common/desktop_notifications/active_notification_tracker.h" #include "chrome/renderer/render_view_observer.h" +#include "content/renderer/active_notification_tracker.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebNotification.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebNotificationPresenter.h" -- cgit v1.1