| Index: chrome/browser/extensions/extension_webnavigation_api.h
|
| diff --git a/chrome/browser/extensions/extension_webnavigation_api.h b/chrome/browser/extensions/extension_webnavigation_api.h
|
| index 95ba03220dd3c0f39f50b426574a10d887d32b2c..21cfb1606a8101372b058dbea8c7d55eb3bef1d8 100644
|
| --- a/chrome/browser/extensions/extension_webnavigation_api.h
|
| +++ b/chrome/browser/extensions/extension_webnavigation_api.h
|
| @@ -10,6 +10,8 @@
|
| #define CHROME_BROWSER_EXTENSIONS_EXTENSION_WEBNAVIGATION_API_H_
|
| #pragma once
|
|
|
| +#include <map>
|
| +
|
| #include "base/singleton.h"
|
| #include "chrome/browser/extensions/extension_function.h"
|
| #include "chrome/common/notification_observer.h"
|
| @@ -18,6 +20,7 @@
|
|
|
| class NavigationController;
|
| class ProvisionalLoadDetails;
|
| +class TabContents;
|
|
|
| // Observes navigation notifications and routes them as events to the extension
|
| // system.
|
|
|