| Index: chrome/renderer/extensions/webstore_bindings.h
|
| diff --git a/chrome/renderer/extensions/webstore_bindings.h b/chrome/renderer/extensions/webstore_bindings.h
|
| index 139fa0db8aa5be676b9639a14d6be4f753c1babd..b729150a9855753754dfb6c0c20657292c2e48de 100644
|
| --- a/chrome/renderer/extensions/webstore_bindings.h
|
| +++ b/chrome/renderer/extensions/webstore_bindings.h
|
| @@ -36,7 +36,7 @@ class WebstoreBindings : public ChromeV8Extension,
|
| // parameter will be populated with the ID. On failure, false will be returned
|
| // and |error| will be populated with the error.
|
| static bool GetWebstoreItemIdFromFrame(
|
| - WebKit::WebFrame* frame, const std::string& preferred_store_link_url,
|
| + blink::WebFrame* frame, const std::string& preferred_store_link_url,
|
| std::string* webstore_item_id, std::string* error);
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WebstoreBindings);
|
|
|