diff options
Diffstat (limited to 'content/renderer/notification_provider.h')
-rw-r--r-- | content/renderer/notification_provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/notification_provider.h b/content/renderer/notification_provider.h index 4d641a8..0feddb6 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/renderer/render_view_observer.h" #include "content/renderer/active_notification_tracker.h" +#include "content/renderer/render_view_observer.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebNotification.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebNotificationPresenter.h" |