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

Unified Diff: chrome/browser/predictors/autocomplete_action_predictor_factory.cc

Issue 10380041: Refactoring AutocompleteActionPredictor Database. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 7 months 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
Index: chrome/browser/predictors/autocomplete_action_predictor_factory.cc
diff --git a/chrome/browser/predictors/autocomplete_action_predictor_factory.cc b/chrome/browser/predictors/autocomplete_action_predictor_factory.cc
index 9d492280bda1beee97f0b65332c6f45aada0a4b9..88fb2e2f51c0b263371cefee3b6e202bd993c3db 100644
--- a/chrome/browser/predictors/autocomplete_action_predictor_factory.cc
+++ b/chrome/browser/predictors/autocomplete_action_predictor_factory.cc
@@ -8,6 +8,8 @@
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/profiles/profile_dependency_manager.h"
+namespace predictors {
+
// static
AutocompleteActionPredictor* AutocompleteActionPredictorFactory::GetForProfile(
Profile* profile) {
@@ -35,3 +37,5 @@ ProfileKeyedService*
Profile* profile) const {
return new AutocompleteActionPredictor(profile);
}
+
+} // namespace predictors

Powered by Google App Engine
This is Rietveld 408576698