summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/select_profile_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/select_profile_dialog.cc')
-rw-r--r--chrome/browser/views/select_profile_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/select_profile_dialog.cc b/chrome/browser/views/select_profile_dialog.cc
index ff9c0a3..faa4a04 100644
--- a/chrome/browser/views/select_profile_dialog.cc
+++ b/chrome/browser/views/select_profile_dialog.cc
@@ -33,7 +33,7 @@ void SelectProfileDialog::RunDialog() {
}
SelectProfileDialog::SelectProfileDialog()
- : helper_(new GetProfilesHelper(this)) {
+ : ALLOW_THIS_IN_INITIALIZER_LIST(helper_(new GetProfilesHelper(this))) {
// We first create an instance of the helper and then setup controls. This
// doesn't lead to race condition because once the helper is done with
// enumerating profiles by examining the file system, it posts a task on the