| 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 abe71b21865a2647572f8747e787e0018e064289..d38c152dd33094726772763ee60de95825a0acd8 100644
|
| --- a/chrome/browser/extensions/lazy_background_task_queue.h
|
| +++ b/chrome/browser/extensions/lazy_background_task_queue.h
|
| @@ -17,12 +17,13 @@
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
|
|
| -class Extension;
|
| class ExtensionHost;
|
| class Profile;
|
|
|
| namespace extensions {
|
|
|
| +class Extension;
|
| +
|
| // 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
|
| // the page when the first task is queued.
|
|
|