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 a418ca9f5cfcb6b956e1d7ea40b2384a7022f72b..4750654fa78bb37d83c1611cb3672b0cde87040b 100644 |
--- a/chrome/browser/web_applications/web_app.cc |
+++ b/chrome/browser/web_applications/web_app.cc |
@@ -194,7 +194,7 @@ bool CreateShortcutsOnFileThread( |
bool IsValidUrl(const GURL& url) { |
static const char* const kValidUrlSchemes[] = { |
chrome::kFileScheme, |
- chrome::kFileSystemScheme, |
+ content::kFileSystemScheme, |
content::kFtpScheme, |
content::kHttpScheme, |
content::kHttpsScheme, |