| Index: chrome/renderer/web_apps.h
|
| diff --git a/chrome/renderer/web_apps.h b/chrome/renderer/web_apps.h
|
| index 2a692a50239bcd8c5b10be10b7f028856b470e46..e4b483cbc6c9e5fcf1f34a26042bb7495a2a1275 100644
|
| --- a/chrome/renderer/web_apps.h
|
| +++ b/chrome/renderer/web_apps.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/strings/string16.h"
|
| #include "ui/gfx/size.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| class WebFrame;
|
| }
|
|
|
| @@ -36,7 +36,7 @@ bool ParseIconSizes(const string16& text, std::vector<gfx::Size>* sizes,
|
| // web_app will have manifest_url set and nothing else. The caller must fetch
|
| // this URL and pass the result to ParseWebAppFromDefinitionFile() for further
|
| // processing.
|
| -bool ParseWebAppFromWebDocument(WebKit::WebFrame* frame,
|
| +bool ParseWebAppFromWebDocument(blink::WebFrame* frame,
|
| WebApplicationInfo* web_app,
|
| string16* error);
|
|
|
|
|