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 8ab546d7df20ba19d522f306f3dc3585ed253284..10c2c99ddba896555ba5970d3e0b4f41033f0237 100644 |
--- a/chrome/browser/web_applications/web_app.cc |
+++ b/chrome/browser/web_applications/web_app.cc |
@@ -199,7 +199,7 @@ bool IsValidUrl(const GURL& url) { |
chrome::kFileSystemScheme, |
chrome::kFtpScheme, |
chrome::kHttpScheme, |
- chrome::kHttpsScheme, |
+ content::kHttpsScheme, |
extensions::kExtensionScheme, |
}; |