Index: content/public/common/url_constants.cc |
diff --git a/content/public/common/url_constants.cc b/content/public/common/url_constants.cc |
index a1a411797612fb564a4fdcc165a5352721ca1378..fe58b0d3891160faa182cf93759494eb2a86e856 100644 |
--- a/content/public/common/url_constants.cc |
+++ b/content/public/common/url_constants.cc |
@@ -12,11 +12,11 @@ const char kBlobScheme[] = "blob"; |
// Before adding new chrome schemes please check with security@chromium.org. |
// There are security implications associated with introducing new schemes. |
const char kChromeDevToolsScheme[] = "chrome-devtools"; |
-const char kChromeUIScheme[] = "chrome"; |
} // namespace chrome |
namespace content { |
+const char kChromeUIScheme[] = "chrome"; |
const char kDataScheme[] = "data"; |
const char kFileScheme[] = "file"; |
const char kFileSystemScheme[] = "filesystem"; |