Index: chrome/browser/first_run/try_chrome_dialog_view.cc |
=================================================================== |
--- chrome/browser/first_run/try_chrome_dialog_view.cc (revision 159076) |
+++ chrome/browser/first_run/try_chrome_dialog_view.cc (working copy) |
@@ -200,7 +200,7 @@ |
// Decide if the don't bug me is a button or a radio button. |
bool dont_bug_me_button = |
- experiment.flags & BrowserDistribution::kDontBugMeAsButton ? true : false; |
+ ((experiment.flags & BrowserDistribution::kDontBugMeAsButton) != 0); |
// Optional third and fourth row views. |
if (!dont_bug_me_button) { |