Index: chrome/browser/ui/shell_dialogs_unittest.cc |
diff --git a/chrome/browser/ui/shell_dialogs_unittest.cc b/chrome/browser/ui/shell_dialogs_unittest.cc |
index f07f51fd145300326f47828a28af01c50e4dd0e0..a3c7cdf470972ee4bf2357cdd508da1c7bfc719e 100644 |
--- a/chrome/browser/ui/shell_dialogs_unittest.cc |
+++ b/chrome/browser/ui/shell_dialogs_unittest.cc |
@@ -79,9 +79,8 @@ TEST_F(FileSelectionDialogTest, ExpectAsynchronousListenerCall) { |
scoped_ptr<FileSelectionUser> file_selection_user(new FileSelectionUser()); |
// Disallow file-selection dialogs. |
- local_state_.Get()->SetManagedPref( |
- prefs::kAllowFileSelectionDialogs, |
- Value::CreateBooleanValue(false)); |
+ local_state_.Get()->SetManagedPref(prefs::kAllowFileSelectionDialogs, |
+ base::FalseValue()); |
file_selection_user->StartFileSelection(); |
} |