Index: chrome/browser/autocomplete/history_provider.cc |
diff --git a/chrome/browser/autocomplete/history_provider.cc b/chrome/browser/autocomplete/history_provider.cc |
index 6d0af1e4942a74c5d85b58736031aebfd192a48c..100db041840c45e4169904c915312ad01528d03c 100644 |
--- a/chrome/browser/autocomplete/history_provider.cc |
+++ b/chrome/browser/autocomplete/history_provider.cc |
@@ -28,7 +28,7 @@ void HistoryProvider::DeleteMatch(const AutocompleteMatch& match) { |
DCHECK(match.deletable); |
HistoryService* const history_service = |
- profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); |
+ profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); |
// Delete the match from the history DB. |
GURL selected_url(match.destination_url); |