summaryrefslogtreecommitdiffstats
path: root/chrome/browser/shell_integration_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/shell_integration_linux.cc')
-rw-r--r--chrome/browser/shell_integration_linux.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/shell_integration_linux.cc b/chrome/browser/shell_integration_linux.cc
index 2a656fe..c0be6de 100644
--- a/chrome/browser/shell_integration_linux.cc
+++ b/chrome/browser/shell_integration_linux.cc
@@ -435,7 +435,7 @@ ShellIntegration::DefaultWebClientSetPermission
// static
bool ShellIntegration::SetAsDefaultBrowser() {
- return SetDefaultWebClient("");
+ return SetDefaultWebClient(std::string());
}
// static
@@ -445,7 +445,7 @@ bool ShellIntegration::SetAsDefaultProtocolClient(const std::string& protocol) {
// static
ShellIntegration::DefaultWebClientState ShellIntegration::GetDefaultBrowser() {
- return GetIsDefaultWebClient("");
+ return GetIsDefaultWebClient(std::string());
}
// static