| Index: chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc b/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc
|
| index 9755133f2efa2a401ec5e800075ed0f1cae415b9..52b3faf2dfbce589f9acb7555e648959c7c6255b 100644
|
| --- a/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc
|
| @@ -130,7 +130,7 @@ views::View* ChromeToMobileBubbleView::GetInitiallyFocusedView() {
|
| void ChromeToMobileBubbleView::WindowClosing() {
|
| // We have to reset |bubble_| here, not in our destructor, because we'll be
|
| // destroyed asynchronously and the shown state will be checked before then.
|
| - DCHECK(bubble_ == this);
|
| + DCHECK_EQ(bubble_, this);
|
| bubble_ = NULL;
|
|
|
| // Instruct the service to delete the snapshot file.
|
|
|