Index: ash/first_run/first_run_helper_impl.cc |
diff --git a/ash/first_run/first_run_helper_impl.cc b/ash/first_run/first_run_helper_impl.cc |
index 919cca91a14105d83f6e243c5cfede002ae31f88..e5e335db84f4ff98413ec393e70275d0a0b3ebe7 100644 |
--- a/ash/first_run/first_run_helper_impl.cc |
+++ b/ash/first_run/first_run_helper_impl.cc |
@@ -40,7 +40,7 @@ FirstRunHelperImpl::FirstRunHelperImpl() |
} |
FirstRunHelperImpl::~FirstRunHelperImpl() { |
- Shell::GetInstance()->overlay_filter()->Deactivate(); |
+ Shell::GetInstance()->overlay_filter()->Deactivate(this); |
if (IsTrayBubbleOpened()) |
CloseTrayBubble(); |
widget_->Close(); |