Index: chrome/browser/ui/gtk/extensions/bundle_installed_bubble_gtk.cc |
diff --git a/chrome/browser/ui/gtk/extensions/bundle_installed_bubble_gtk.cc b/chrome/browser/ui/gtk/extensions/bundle_installed_bubble_gtk.cc |
index 29c03ee1288e4075422ac34d9a69b184aa508288..cf1406e0c99258643e375abd47c7e11baeb5892c 100644 |
--- a/chrome/browser/ui/gtk/extensions/bundle_installed_bubble_gtk.cc |
+++ b/chrome/browser/ui/gtk/extensions/bundle_installed_bubble_gtk.cc |
@@ -131,9 +131,8 @@ void BundleInstalledBubbleGtk::BubbleClosing(BubbleGtk* bubble, |
// We need to allow the bubble to close and remove the widgets from |
// the window before we call Release() because close_button_ depends |
// on all references being cleared before it is destroyed. |
- MessageLoopForUI::current()->PostTask( |
- FROM_HERE, |
- base::Bind(&BundleInstalledBubbleGtk::Close, this)); |
+ base::MessageLoopForUI::current()->PostTask( |
+ FROM_HERE, base::Bind(&BundleInstalledBubbleGtk::Close, this)); |
} |
void BundleInstalledBubbleGtk::Close() { |