Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / renderer / extensions / pepper_request_natives.h
index 28720d9..c1b1add 100644 (file)
@@ -6,7 +6,7 @@
 #define CHROME_RENDERER_EXTENSIONS_PEPPER_REQUEST_NATIVES_H_
 
 #include "base/compiler_specific.h"
-#include "chrome/renderer/extensions/object_backed_native_handler.h"
+#include "extensions/renderer/object_backed_native_handler.h"
 
 namespace base {
 class Value;
@@ -17,7 +17,7 @@ namespace extensions {
 // 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.