Index: chrome/browser/predictors/autocomplete_action_predictor_factory.h |
=================================================================== |
--- chrome/browser/predictors/autocomplete_action_predictor_factory.h (revision 154991) |
+++ chrome/browser/predictors/autocomplete_action_predictor_factory.h (working copy) |
@@ -29,7 +29,7 @@ |
virtual ~AutocompleteActionPredictorFactory(); |
// ProfileKeyedServiceFactory: |
- virtual bool ServiceHasOwnInstanceInIncognito() OVERRIDE; |
+ virtual bool ServiceHasOwnInstanceInIncognito() const OVERRIDE; |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
Profile* profile) const OVERRIDE; |