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