diff options
author | Andy Schwerin <schwerin@mongodb.com> | 2014-06-27 12:09:42 -0400 |
---|---|---|
committer | Andy Schwerin <schwerin@mongodb.com> | 2014-06-27 14:33:19 -0400 |
commit | 08571fb7fdaef4f611f11d4456fc2c78e10d9705 (patch) | |
tree | 67eed25a00595d1cfaeb9808778670dd76f5ecef /src/mongo/db/restapi.cpp | |
parent | 3704fa06bee441dca68521b4be71edc21d00420b (diff) | |
download | mongo-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.cpp | 2 |
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: |