Index: chrome/browser/history/top_sites.h |
diff --git a/chrome/browser/history/top_sites.h b/chrome/browser/history/top_sites.h |
index e1ae8579d5d66360315a0712137fbe65557147f2..92e8eee3430fb9e7ec9225173d23a9cd0091dfe2 100644 |
--- a/chrome/browser/history/top_sites.h |
+++ b/chrome/browser/history/top_sites.h |
@@ -15,8 +15,8 @@ |
#include "chrome/common/thumbnail_score.h" |
#include "third_party/skia/include/core/SkColor.h" |
#include "ui/gfx/image/image.h" |
-#include "url/gurl.h" |
+class GURL; |
class Profile; |
namespace base { |
@@ -71,7 +71,7 @@ class TopSites |
virtual void GetMostVisitedURLs( |
const GetMostVisitedURLsCallback& callback) = 0; |
- // Get a thumbnail for a given page. Returns true iff we have the thumbnail. |
+ // Gets a thumbnail for a given page. Returns true iff we have the thumbnail. |
// This may be invoked on any thread. |
// If an exact thumbnail URL match fails, |prefix_match| specifies whether or |
// not to try harder by matching the query thumbnail URL as URL prefix (as |