diff options
Diffstat (limited to 'win8/test/open_with_dialog_controller.cc')
-rw-r--r-- | win8/test/open_with_dialog_controller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win8/test/open_with_dialog_controller.cc b/win8/test/open_with_dialog_controller.cc index 7a63dd0..4ae24f0 100644 --- a/win8/test/open_with_dialog_controller.cc +++ b/win8/test/open_with_dialog_controller.cc @@ -99,7 +99,7 @@ OpenWithDialogController::Context::Context() open_as_info_flags_(), open_with_result_(E_FAIL), automation_result_(E_FAIL), - ALLOW_THIS_IN_INITIALIZER_LIST(weak_ptr_factory_(this)) {} + weak_ptr_factory_(this) {} OpenWithDialogController::Context::~Context() { DCHECK(thread_checker_.CalledOnValidThread()); |