Chromium Code Reviews| Index: chrome/browser/predictors/autocomplete_action_predictor_factory.h |
| diff --git a/chrome/browser/predictors/autocomplete_action_predictor_factory.h b/chrome/browser/predictors/autocomplete_action_predictor_factory.h |
| index d52e4e3fd2e1c3a48cd8766dea63042f07ce7968..d29d1f123e89b146bed12883ec3d78aaba2d5781 100644 |
| --- a/chrome/browser/predictors/autocomplete_action_predictor_factory.h |
| +++ b/chrome/browser/predictors/autocomplete_action_predictor_factory.h |
| @@ -10,6 +10,9 @@ |
| #include "base/memory/singleton.h" |
| #include "chrome/browser/profiles/profile_keyed_service_factory.h" |
|
dominich
2012/05/08 20:35:28
nit remove extra line
Shishir
2012/05/08 21:49:03
Done.
|
| + |
| +namespace predictors { |
| + |
| class AutocompleteActionPredictor; |
| // Singleton that owns all AutocompleteActionPredictors and associates them with |
| @@ -34,4 +37,6 @@ class AutocompleteActionPredictorFactory : public ProfileKeyedServiceFactory { |
| DISALLOW_COPY_AND_ASSIGN(AutocompleteActionPredictorFactory); |
| }; |
| +} // namespace predictors |
| + |
| #endif // CHROME_BROWSER_PREDICTORS_AUTOCOMPLETE_ACTION_PREDICTOR_FACTORY_H_ |