summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/html_dialog_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/util/html_dialog_impl.cc')
-rw-r--r--chrome/installer/util/html_dialog_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/html_dialog_impl.cc b/chrome/installer/util/html_dialog_impl.cc
index f896d0e..96cbc78 100644
--- a/chrome/installer/util/html_dialog_impl.cc
+++ b/chrome/installer/util/html_dialog_impl.cc
@@ -47,7 +47,7 @@ namespace installer {
class HTMLDialogWin : public HTMLDialog {
public:
- HTMLDialogWin(const std::wstring& url) : url_(url) {
+ explicit HTMLDialogWin(const std::wstring& url) : url_(url) {
if (!mshtml_)
mshtml_ = LoadLibrary(L"MSHTML.DLL");
}