Index: chrome/browser/history/history_backend.h |
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h |
index 0dc68f85234ce02cf5f90c759f1529e6674a61cf..0750ac7ecd39ae9b2950a3a091b7d4ac83fa2299 100644 |
--- a/chrome/browser/history/history_backend.h |
+++ b/chrome/browser/history/history_backend.h |
@@ -216,8 +216,6 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>, |
// Querying ------------------------------------------------------------------ |
// Run the |callback| on the History thread. |
- // history_url_provider.h has the temporal ordering for |
- // the call sequence. |
// |callback| should handle the NULL database case. |
void ScheduleAutocomplete(const base::Callback< |
void(history::HistoryBackend*, history::URLDatabase*)>& callback); |