Chromium Code Reviews| Index: chrome/browser/extensions/app_notification_storage.cc |
| diff --git a/chrome/browser/extensions/app_notification_storage.cc b/chrome/browser/extensions/app_notification_storage.cc |
| index f97ed4f1a63ad8a441b95c46ae3f4e506abd39ba..2c8f594c13aef6bcf19cd42ca8fae331aed8d2e4 100644 |
| --- a/chrome/browser/extensions/app_notification_storage.cc |
| +++ b/chrome/browser/extensions/app_notification_storage.cc |
| @@ -18,6 +18,7 @@ |
| using base::JSONReader; |
| using base::JSONWriter; |
| +using content::BrowserThread; |
| // A concrete implementation of the AppNotificationStorage interface, using |
| // LevelDb for backing storage. |