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

Unified Diff: third_party/WebKit/public/platform/modules/installedapp/WebRelatedApplication.h

Issue 2748023002: getInstalledRelatedApps: Change internal url fields to URL type. (Closed)
Patch Set: Created 3 years, 9 months 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
Index: third_party/WebKit/public/platform/modules/installedapp/WebRelatedApplication.h
diff --git a/third_party/WebKit/public/platform/modules/installedapp/WebRelatedApplication.h b/third_party/WebKit/public/platform/modules/installedapp/WebRelatedApplication.h
index b53f3a00454cdca8ca8bb6e12529417dad861a48..8a47a8cf8fb8d2cd006f96cf251fa3420769302b 100644
--- a/third_party/WebKit/public/platform/modules/installedapp/WebRelatedApplication.h
+++ b/third_party/WebKit/public/platform/modules/installedapp/WebRelatedApplication.h
@@ -6,6 +6,7 @@
#define WebRelatedApplication_h
#include "public/platform/WebString.h"
+#include "public/platform/WebURL.h"
namespace blink {
@@ -13,7 +14,7 @@ struct WebRelatedApplication {
WebRelatedApplication() {}
WebString platform;
- WebString url;
+ WebURL url;
WebString id;
};

Powered by Google App Engine
This is Rietveld 408576698