Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index 9a1cbed1819fd41f510c09b7a2395b2e12c0637e..5f358cb65cba3099df3f9ec9dbdebe582e4e0884 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -950,13 +950,13 @@ class Browser : public TabStripModelObserver, |
// The following factory is used for chrome update coalescing. |
base::WeakPtrFactory<Browser> chrome_updater_factory_; |
- // The following factory is used to close the frame at a later time. |
- base::WeakPtrFactory<Browser> weak_factory_; |
- |
scoped_ptr<BrowserContentTranslateDriverObserver> translate_driver_observer_; |
scoped_ptr<chrome::ValidationMessageBubble> validation_message_bubble_; |
+ // The following factory is used to close the frame at a later time. |
+ base::WeakPtrFactory<Browser> weak_factory_; |
+ |
DISALLOW_COPY_AND_ASSIGN(Browser); |
}; |