| Index: chrome/renderer/notification_provider.h
|
| diff --git a/chrome/renderer/notification_provider.h b/chrome/renderer/notification_provider.h
|
| index 80ec8324c8fd1d682fe8a78bb1ce26f99fe08df1..7167902157fb0e3f0d989dfecd6805ec388f48d6 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"
|
|
|