| Index: chrome/renderer/extensions/custom_bindings_util.h
|
| diff --git a/chrome/renderer/extensions/custom_bindings_util.h b/chrome/renderer/extensions/custom_bindings_util.h
|
| index f4d6fe3293495a622ffa080059810987c70e4452..dd5ab3ea7cd9c0301409732bd6420e61d158de15 100644
|
| --- a/chrome/renderer/extensions/custom_bindings_util.h
|
| +++ b/chrome/renderer/extensions/custom_bindings_util.h
|
| @@ -9,8 +9,9 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "chrome/renderer/extensions/chrome_v8_extension.h"
|
| +#include "chrome/renderer/extensions/chrome_v8_context.h"
|
|
|
| +class GURL;
|
| class Extension;
|
| class ExtensionDispatcher;
|
|
|
| @@ -38,7 +39,7 @@ std::string GetAPIName(const std::string& v8_extension_name);
|
| // to run in.
|
| bool AllowAPIInjection(const std::string& api_name,
|
| const Extension& extension,
|
| - ExtensionDispatcher* extension_dispatcher);
|
| + ChromeV8Context::ContextType context_type);
|
|
|
| } // namespace custom_bindings_util
|
|
|
|
|