Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: components/history/core/browser/url_database.h

Issue 872313005: Remove dependency on visitedlink from history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@init-prefs
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/history/core/browser/url_database.h
diff --git a/components/history/core/browser/url_database.h b/components/history/core/browser/url_database.h
index f69105a9e9b80063f86e787dc77c18dc58063c3d..d0339d2d953505dc61ef23be1bad63b28645c8f2 100644
--- a/components/history/core/browser/url_database.h
+++ b/components/history/core/browser/url_database.h
@@ -137,7 +137,7 @@ class URLDatabase {
public:
URLEnumerator();
- // Retreives the next url. Returns false if no more urls are available
+ // Retrieves the next url. Returns false if no more urls are available
bool GetNextURL(history::URLRow* r);
private:
@@ -153,8 +153,6 @@ class URLDatabase {
// more than 3 times.
bool InitURLEnumeratorForSignificant(URLEnumerator* enumerator);
- // Favicons ------------------------------------------------------------------
-
// Autocomplete --------------------------------------------------------------
// Fills the given array with URLs matching the given prefix. They will be

Powered by Google App Engine
This is Rietveld 408576698