Chromium Code Reviews| Index: chrome/browser/favicon/favicon_service_factory.h |
| =================================================================== |
| --- chrome/browser/favicon/favicon_service_factory.h (revision 154991) |
| +++ chrome/browser/favicon/favicon_service_factory.h (working copy) |
| @@ -34,7 +34,7 @@ |
| // ProfileKeyedServiceFactory: |
| virtual ProfileKeyedService* BuildServiceInstanceFor( |
| Profile* profile) const OVERRIDE; |
| - virtual bool ServiceIsNULLWhileTesting() OVERRIDE; |
| + virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |
| DISALLOW_COPY_AND_ASSIGN(FaviconServiceFactory); |
| }; |