Index: chrome/renderer/extensions/app_bindings.h |
diff --git a/chrome/renderer/extensions/app_bindings.h b/chrome/renderer/extensions/app_bindings.h |
index 029f7d4ce1428cd52c77c5c0b539480bac466c3f..76e3c4fc98aa89bb996f1ab4ead77bebfae290dc 100644 |
--- a/chrome/renderer/extensions/app_bindings.h |
+++ b/chrome/renderer/extensions/app_bindings.h |
@@ -36,7 +36,7 @@ class AppBindings : public ChromeV8Extension, |
void GetInstallState(const v8::FunctionCallbackInfo<v8::Value>& args); |
void GetRunningState(const v8::FunctionCallbackInfo<v8::Value>& args); |
- v8::Handle<v8::Value> GetDetailsForFrameImpl(WebKit::WebFrame* frame); |
+ v8::Handle<v8::Value> GetDetailsForFrameImpl(blink::WebFrame* frame); |
void OnAppInstallStateResponse(const std::string& state, int callback_id); |