Index: chrome/browser/autocomplete/autocomplete_classifier_factory.cc |
=================================================================== |
--- chrome/browser/autocomplete/autocomplete_classifier_factory.cc (revision 154991) |
+++ chrome/browser/autocomplete/autocomplete_classifier_factory.cc (working copy) |
@@ -42,11 +42,11 @@ |
AutocompleteClassifierFactory::~AutocompleteClassifierFactory() { |
} |
-bool AutocompleteClassifierFactory::ServiceRedirectedInIncognito() { |
+bool AutocompleteClassifierFactory::ServiceRedirectedInIncognito() const { |
return true; |
} |
-bool AutocompleteClassifierFactory::ServiceIsNULLWhileTesting() { |
+bool AutocompleteClassifierFactory::ServiceIsNULLWhileTesting() const { |
return true; |
} |