Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: net/base/escape.cc

Issue 8552002: net: Move UnescapeRule into the net namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/base/escape.h ('k') | ui/base/text/text_elider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/escape.cc
diff --git a/net/base/escape.cc b/net/base/escape.cc
index f607a0e487026de072a7c2ba85ea5512e535f485..8c488d11b98ac280b166785d6220b28651ba97d6 100644
--- a/net/base/escape.cc
+++ b/net/base/escape.cc
@@ -13,6 +13,8 @@
#include "base/utf_offset_string_conversions.h"
#include "base/utf_string_conversions.h"
+namespace net {
+
namespace {
const char kHexString[] = "0123456789ABCDEF";
@@ -249,8 +251,6 @@ static const Charmap kExternalHandlerCharmap(
} // namespace
-namespace net {
-
std::string EscapePath(const std::string& path) {
return Escape(path, kPathCharmap, false);
}
« no previous file with comments | « net/base/escape.h ('k') | ui/base/text/text_elider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698