Index: components/suggestions/suggestions_service.h |
diff --git a/components/suggestions/suggestions_service.h b/components/suggestions/suggestions_service.h |
index e495f7f8aac23fd5dc46fd541355be7027e45097..aa30ba2554f92bf923bdbefb0e33a4d62c75d18a 100644 |
--- a/components/suggestions/suggestions_service.h |
+++ b/components/suggestions/suggestions_service.h |
@@ -188,13 +188,13 @@ class SuggestionsService : public KeyedService, public net::URLFetcherDelegate { |
// Delay used when scheduling a blacklisting task. |
int blacklist_delay_sec_; |
- // For callbacks may be run after destruction. |
- base::WeakPtrFactory<SuggestionsService> weak_ptr_factory_; |
- |
// Timeout (in ms) before serving requestors after a fetch suggestions request |
// has been issued. |
int request_timeout_ms_; |
+ // For callbacks may be run after destruction. |
+ base::WeakPtrFactory<SuggestionsService> weak_ptr_factory_; |
+ |
DISALLOW_COPY_AND_ASSIGN(SuggestionsService); |
}; |