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 |