Index: chrome/renderer/extensions/app_runtime_custom_bindings.h |
diff --git a/chrome/renderer/extensions/app_runtime_custom_bindings.h b/chrome/renderer/extensions/app_runtime_custom_bindings.h |
index 2d63ded4d71ae7c96c05191d5ea5cf8633d60010..f83c0f7db35ae1fcce2e7eb8bc428f79adc561fa 100644 |
--- a/chrome/renderer/extensions/app_runtime_custom_bindings.h |
+++ b/chrome/renderer/extensions/app_runtime_custom_bindings.h |
@@ -5,15 +5,14 @@ |
#ifndef CHROME_RENDERER_EXTENSIONS_APP_RUNTIME_CUSTOM_BINDINGS_H_ |
#define CHROME_RENDERER_EXTENSIONS_APP_RUNTIME_CUSTOM_BINDINGS_H_ |
-#include "chrome/renderer/extensions/chrome_v8_extension.h" |
+#include "extensions/renderer/object_backed_native_handler.h" |
namespace extensions { |
// The native component of custom bindings for the chrome.app.runtime API. |
-class AppRuntimeCustomBindings : public ChromeV8Extension { |
+class AppRuntimeCustomBindings : public ObjectBackedNativeHandler { |
public: |
- AppRuntimeCustomBindings(Dispatcher* dispatcher, |
- ChromeV8Context* context); |
+ explicit AppRuntimeCustomBindings(ScriptContext* context); |
private: |
DISALLOW_COPY_AND_ASSIGN(AppRuntimeCustomBindings); |