summaryrefslogtreecommitdiff
path: root/src/mongo/db/restapi.cpp
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2014-06-27 12:09:42 -0400
committerAndy Schwerin <schwerin@mongodb.com>2014-06-27 14:33:19 -0400
commit08571fb7fdaef4f611f11d4456fc2c78e10d9705 (patch)
tree67eed25a00595d1cfaeb9808778670dd76f5ecef /src/mongo/db/restapi.cpp
parent3704fa06bee441dca68521b4be71edc21d00420b (diff)
downloadmongo-08571fb7fdaef4f611f11d4456fc2c78e10d9705.tar.gz
SERVER-14376 Move mongoutils::html namespace into mongo::html namespace.
Diffstat (limited to 'src/mongo/db/restapi.cpp')
-rw-r--r--src/mongo/db/restapi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/restapi.cpp b/src/mongo/db/restapi.cpp
index 47f9e0d1421..7e3965b6d7f 100644
--- a/src/mongo/db/restapi.cpp
+++ b/src/mongo/db/restapi.cpp
@@ -53,7 +53,7 @@ namespace mongo {
bool getInitialSyncCompleted();
using namespace bson;
- using namespace mongoutils::html;
+ using namespace html;
class RESTHandler : public DbWebHandler {
public: