Index: chrome/browser/ui/gtk/web_intent_picker_gtk.h |
diff --git a/chrome/browser/ui/gtk/web_intent_picker_gtk.h b/chrome/browser/ui/gtk/web_intent_picker_gtk.h |
index 1e9866074033c4f90c95b4560d4cb99bc89d22f2..62c69054744bbfbf23b14ce0c4fcdc722451646c 100644 |
--- a/chrome/browser/ui/gtk/web_intent_picker_gtk.h |
+++ b/chrome/browser/ui/gtk/web_intent_picker_gtk.h |
@@ -98,15 +98,15 @@ class WebIntentPickerGtk : public WebIntentPicker, |
// The browser we're in. |
Browser* browser_; |
- // TabContentsDelegate for the inline disposition dialog. |
- scoped_ptr<InlineDispositionDelegate> inline_disposition_delegate_; |
- |
// Container for the HTML in the inline disposition case. |
scoped_ptr<TabContentsWrapper> inline_disposition_tab_contents_; |
// Widget for displaying the HTML in the inline disposition case. |
scoped_ptr<TabContentsContainerGtk> tab_contents_container_; |
+ // TabContentsDelegate for the inline disposition dialog. |
+ scoped_ptr<InlineDispositionDelegate> inline_disposition_delegate_; |
+ |
DISALLOW_COPY_AND_ASSIGN(WebIntentPickerGtk); |
}; |