Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4483)

Unified Diff: chrome/browser/autocomplete/history_provider.cc

Issue 5910004: Fixing indentation spacing (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698