Index: chrome/browser/history/expire_history_backend.cc |
diff --git a/chrome/browser/history/expire_history_backend.cc b/chrome/browser/history/expire_history_backend.cc |
index 801a6c0fc4edf75cd42eb435b708f404463f22ca..58eace87a3d2653f49d5756ba479d18e716a06f8 100644 |
--- a/chrome/browser/history/expire_history_backend.cc |
+++ b/chrome/browser/history/expire_history_backend.cc |
@@ -132,8 +132,8 @@ ExpireHistoryBackend::ExpireHistoryBackend( |
: delegate_(delegate), |
main_db_(NULL), |
thumb_db_(NULL), |
- weak_factory_(this), |
- history_client_(history_client) { |
+ history_client_(history_client), |
+ weak_factory_(this) { |
} |
ExpireHistoryBackend::~ExpireHistoryBackend() { |