diff options
Diffstat (limited to 'chrome/renderer/notification_provider.h')
-rw-r--r-- | chrome/renderer/notification_provider.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/renderer/notification_provider.h b/chrome/renderer/notification_provider.h index 80ec832..7167902 100644 --- a/chrome/renderer/notification_provider.h +++ b/chrome/renderer/notification_provider.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -6,8 +6,6 @@ #define CHROME_RENDERER_NOTIFICATION_PROVIDER_H_ #pragma once -#include <map> - #include "chrome/common/desktop_notifications/active_notification_tracker.h" #include "ipc/ipc_channel.h" #include "third_party/WebKit/WebKit/chromium/public/WebNotification.h" |