Chromium Code Reviews| Index: chrome/browser/ui/omnibox/omnibox_edit_model.h |
| diff --git a/chrome/browser/ui/omnibox/omnibox_edit_model.h b/chrome/browser/ui/omnibox/omnibox_edit_model.h |
| index 9ffcbeb7d7eb84d369fab08c6c36bf92cff2961f..7ab90e56d3b0de89fc5bbc46dc84726ce7ffde7a 100644 |
| --- a/chrome/browser/ui/omnibox/omnibox_edit_model.h |
| +++ b/chrome/browser/ui/omnibox/omnibox_edit_model.h |
| @@ -32,6 +32,10 @@ namespace gfx { |
| class Rect; |
| } |
| +namespace predictors { |
| +class AutocompleteActionPredictor; |
|
dominich
2012/07/02 20:43:03
not necessary
gavinp
2012/07/03 16:41:02
Done.
|
| +} |
| + |
| class OmniboxEditModel : public AutocompleteControllerDelegate { |
| public: |
| struct State { |