Index: chrome/browser/extensions/lazy_background_task_queue.h |
diff --git a/chrome/browser/extensions/lazy_background_task_queue.h b/chrome/browser/extensions/lazy_background_task_queue.h |
index 04f0b919e8ba868714bb68fbfd6f66002c66c757..55980b76b838a96ae07360e151cce06477ee3694 100644 |
--- a/chrome/browser/extensions/lazy_background_task_queue.h |
+++ b/chrome/browser/extensions/lazy_background_task_queue.h |
@@ -16,12 +16,11 @@ |
#include "content/public/browser/notification_observer.h" |
#include "content/public/browser/notification_registrar.h" |
-class ExtensionHost; |
class Profile; |
namespace extensions { |
- |
class Extension; |
+class ExtensionHost; |
// This class maintains a queue of tasks that should execute when an |
// extension's lazy background page is loaded. It is also in charge of loading |