| Index: chrome/common/desktop_notifications/active_notification_tracker.cc
 | 
| diff --git a/chrome/common/desktop_notifications/active_notification_tracker.cc b/chrome/common/desktop_notifications/active_notification_tracker.cc
 | 
| index 0bfff59020aee0ad5a4978a9eafd22fb9a0e4cf1..9822711b5ad6370fcdf19a8c27b85985286e3e4b 100644
 | 
| --- a/chrome/common/desktop_notifications/active_notification_tracker.cc
 | 
| +++ b/chrome/common/desktop_notifications/active_notification_tracker.cc
 | 
| @@ -5,6 +5,7 @@
 | 
|  #include "chrome/common/desktop_notifications/active_notification_tracker.h"
 | 
|  
 | 
|  #include "base/message_loop.h"
 | 
| +#include "base/scoped_ptr.h"
 | 
|  #include "third_party/WebKit/WebKit/chromium/public/WebNotification.h"
 | 
|  #include "third_party/WebKit/WebKit/chromium/public/WebNotificationPermissionCallback.h"
 | 
|  
 | 
| 
 |