Index: content/public/common/url_constants.cc |
diff --git a/content/public/common/url_constants.cc b/content/public/common/url_constants.cc |
index c93ff253551cfeeb7fb07973ecfde68ff3bd99d0..498487d874f7cd238ddd6e5672db4448dbda1283 100644 |
--- a/content/public/common/url_constants.cc |
+++ b/content/public/common/url_constants.cc |
@@ -4,14 +4,9 @@ |
#include "content/public/common/url_constants.h" |
-namespace chrome { |
- |
-const char kAboutScheme[] = "about"; |
- |
-} // namespace chrome |
- |
namespace content { |
+const char kAboutScheme[] = "about"; |
const char kBlobScheme[] = "blob"; |
// Before adding new chrome schemes please check with security@chromium.org. |