summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/profile_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/profile_common.h')
-rw-r--r--src/mongo/db/commands/profile_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/profile_common.h b/src/mongo/db/commands/profile_common.h
index b8ffd40783e..adab840ff63 100644
--- a/src/mongo/db/commands/profile_common.h
+++ b/src/mongo/db/commands/profile_common.h
@@ -78,7 +78,7 @@ protected:
// set. On success, returns a struct indicating the previous profiling level and filter.
virtual CollectionCatalog::ProfileSettings _applyProfilingLevel(
OperationContext* opCtx,
- const std::string& dbName,
+ const DatabaseName& dbName,
const ProfileCmdRequest& request) const = 0;
};