diff options
Diffstat (limited to 'content/renderer/active_notification_tracker.cc')
-rw-r--r-- | content/renderer/active_notification_tracker.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/renderer/active_notification_tracker.cc b/content/renderer/active_notification_tracker.cc index 8a560ea..5408074 100644 --- a/content/renderer/active_notification_tracker.cc +++ b/content/renderer/active_notification_tracker.cc @@ -1,11 +1,11 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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. #include "content/renderer/active_notification_tracker.h" +#include "base/memory/scoped_ptr.h" #include "base/message_loop.h" -#include "base/scoped_ptr.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebNotification.h" #include "third_party/WebKit/Source/WebKit/chromium/public/WebNotificationPermissionCallback.h" |