Index: chrome/browser/ui/webui/help/version_updater_win.cc |
diff --git a/chrome/browser/ui/webui/help/version_updater_win.cc b/chrome/browser/ui/webui/help/version_updater_win.cc |
index 9825fe02ff594e9ff129e41332640258b8937fea..72231676eb6741fb639bfed1939cc84bdf77cbe3 100644 |
--- a/chrome/browser/ui/webui/help/version_updater_win.cc |
+++ b/chrome/browser/ui/webui/help/version_updater_win.cc |
@@ -62,12 +62,12 @@ class VersionUpdaterWin : public VersionUpdater { |
void BeginUpdateCheckOnFileThread(bool install_if_newer); |
- // Used for callbacks. |
- base::WeakPtrFactory<VersionUpdaterWin> weak_factory_; |
- |
// Callback used to communicate update status to the client. |
StatusCallback callback_; |
+ // Used for callbacks. |
+ base::WeakPtrFactory<VersionUpdaterWin> weak_factory_; |
+ |
DISALLOW_COPY_AND_ASSIGN(VersionUpdaterWin); |
}; |