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 103090ddb4e12bccb848c99da6b04596f54abb86..072bbf07cc16b47437f33fdbe93dd5f84069fbda 100644 |
--- a/chrome/browser/web_applications/web_app.cc |
+++ b/chrome/browser/web_applications/web_app.cc |
@@ -198,7 +198,7 @@ bool IsValidUrl(const GURL& url) { |
chrome::kFileScheme, |
chrome::kFileSystemScheme, |
chrome::kFtpScheme, |
- chrome::kHttpScheme, |
+ content::kHttpScheme, |
content::kHttpsScheme, |
extensions::kExtensionScheme, |
}; |