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