diff options
Diffstat (limited to 'chrome/views/native_button.cc')
-rw-r--r-- | chrome/views/native_button.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/native_button.cc b/chrome/views/native_button.cc index d6db326..71ff637 100644 --- a/chrome/views/native_button.cc +++ b/chrome/views/native_button.cc @@ -14,7 +14,7 @@ namespace views { const char NativeButton::kViewClassName[] = "chrome/views/NativeButton"; -NativeButton::NativeButton(const std::wstring& label) +NativeButton::NativeButton(const std::wstring& label) : enforce_dlu_min_size_(true) { Init(label, false); } |