Chromium Code Reviews| Index: chrome/browser/ui/find_bar/find_bar_state_factory.h |
| =================================================================== |
| --- chrome/browser/ui/find_bar/find_bar_state_factory.h (revision 154991) |
| +++ chrome/browser/ui/find_bar/find_bar_state_factory.h (working copy) |
| @@ -33,7 +33,7 @@ |
| // ProfileKeyedServiceFactory: |
| virtual ProfileKeyedService* BuildServiceInstanceFor( |
| Profile* profile) const OVERRIDE; |
| - virtual bool ServiceHasOwnInstanceInIncognito() OVERRIDE; |
| + virtual bool ServiceHasOwnInstanceInIncognito() const OVERRIDE; |
| DISALLOW_COPY_AND_ASSIGN(FindBarStateFactory); |
| }; |