Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2777)

Unified Diff: chrome/renderer/web_apps.h

Issue 63273002: Rename WebKit namespace to blink (part 4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/validation_message_agent.cc ('k') | chrome/renderer/web_apps.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/renderer/validation_message_agent.cc ('k') | chrome/renderer/web_apps.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698