| Index: chrome/renderer/extensions/pepper_request_natives.h
|
| diff --git a/chrome/renderer/extensions/pepper_request_natives.h b/chrome/renderer/extensions/pepper_request_natives.h
|
| index 0f2b8d7e24c97dd7ed2905c389c76c38c0a12f83..c1b1add9ff35d1b82bb99fba72976a35f573c214 100644
|
| --- a/chrome/renderer/extensions/pepper_request_natives.h
|
| +++ b/chrome/renderer/extensions/pepper_request_natives.h
|
| @@ -13,12 +13,11 @@ class Value;
|
| }
|
|
|
| namespace extensions {
|
| -class ChromeV8Context;
|
|
|
| // Custom bindings for handling API calls from pepper plugins.
|
| class PepperRequestNatives : public ObjectBackedNativeHandler {
|
| public:
|
| - explicit PepperRequestNatives(ChromeV8Context* context);
|
| + explicit PepperRequestNatives(ScriptContext* context);
|
|
|
| private:
|
| // Sends a response to an API call to the pepper plugin which made the call.
|
|
|