| 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);
|
| }
|
|
|