Index: chrome/browser/web_applications/web_app.cc |
diff --git a/chrome/browser/web_applications/web_app.cc b/chrome/browser/web_applications/web_app.cc |
index a807b51add57aa978f0282128363b796a84de3c2..893ee6f3c71227999fe707d714766ea59a407f42 100644 |
--- a/chrome/browser/web_applications/web_app.cc |
+++ b/chrome/browser/web_applications/web_app.cc |
@@ -197,7 +197,7 @@ bool IsValidUrl(const GURL& url) { |
static const char* const kValidUrlSchemes[] = { |
chrome::kFileScheme, |
chrome::kFileSystemScheme, |
- chrome::kFtpScheme, |
+ content::kFtpScheme, |
content::kHttpScheme, |
content::kHttpsScheme, |
extensions::kExtensionScheme, |