Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 1f7604edee8fe3f4eaeb47cda7dbe299f2c2c5ce..4dbfd458fc9c63ef00b1834aed7850bdf27100c5 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -353,9 +353,9 @@ Browser::Browser(const CreateParams& params) |
bookmark_bar_state_(BookmarkBar::HIDDEN), |
command_controller_(new chrome::BrowserCommandController(this)), |
window_has_shown_(false), |
+ chrome_updater_factory_(this), |
translate_driver_observer_( |
new BrowserContentTranslateDriverObserver(this)), |
- chrome_updater_factory_(this), |
weak_factory_(this) { |
// If this causes a crash then a window is being opened using a profile type |
// that is disallowed by policy. The crash prevents the disabled window type |