| 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 fb3d2f0e9577bf0c68d913656984132aafe8e81d..c6b35295f70a8d3d5df853a1c1ed7ece5ca991ab 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(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
|
|
|