| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index 3af0a5a20d451f9a63197ead388fc5f810bb9d63..e1b60e868e082890b2f508a5011bd41e7597b36a 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);
|
|
|