| Index: chrome/browser/history/top_sites_factory.h
|
| diff --git a/chrome/browser/history/top_sites_factory.h b/chrome/browser/history/top_sites_factory.h
|
| index 19c80ccc60511934c620661aec8e904ee084e000..f867b2dbbdf579ac5c247f133cbd9fa738e6f3e9 100644
|
| --- a/chrome/browser/history/top_sites_factory.h
|
| +++ b/chrome/browser/history/top_sites_factory.h
|
| @@ -17,6 +17,12 @@ class TopSites;
|
| template <typename T>
|
| struct DefaultSingletonTraits;
|
|
|
| +namespace history {
|
| +class TopSites;
|
| +}
|
| +
|
| +class Profile;
|
| +
|
| // Used for creating and fetching a per-profile instance of the
|
| // TopSites.
|
| class TopSitesFactory : public RefcountedBrowserContextKeyedServiceFactory {
|
|
|