| Index: chrome/browser/profiles/profile.h | 
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h | 
| index d7a60ce815ddfb20fe7f91012013cc63b6608e1a..09d6a58f8e5a324e76fd8aa670d6177ed6b48d74 100644 | 
| --- a/chrome/browser/profiles/profile.h | 
| +++ b/chrome/browser/profiles/profile.h | 
| @@ -57,10 +57,6 @@ namespace storage { | 
| class FileSystemContext; | 
| } | 
|  | 
| -namespace history { | 
| -class TopSites; | 
| -} | 
| - | 
| namespace net { | 
| class SSLConfigService; | 
| } | 
| @@ -189,13 +185,6 @@ class Profile : public content::BrowserContext { | 
| // Returns whether the profile is a legacy supervised user profile. | 
| virtual bool IsLegacySupervised() = 0; | 
|  | 
| -  // Returns a pointer to the TopSites (thumbnail manager) instance | 
| -  // for this profile. | 
| -  virtual history::TopSites* GetTopSites() = 0; | 
| - | 
| -  // Variant of GetTopSites that doesn't force creation. | 
| -  virtual history::TopSites* GetTopSitesWithoutCreating() = 0; | 
| - | 
| // Accessor. The instance is created upon first access. | 
| virtual ExtensionSpecialStoragePolicy* | 
| GetExtensionSpecialStoragePolicy() = 0; | 
|  |