| Index: components/omnibox/autocomplete_match.h
|
| diff --git a/components/omnibox/autocomplete_match.h b/components/omnibox/autocomplete_match.h
|
| index 118d939c2140fe1508b3690ed5bd304ecc8cd339..cb1f6e4258f80a00e0c0b861ca15e0ecfdeef475 100644
|
| --- a/components/omnibox/autocomplete_match.h
|
| +++ b/components/omnibox/autocomplete_match.h
|
| @@ -12,7 +12,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "components/omnibox/autocomplete_match_type.h"
|
| #include "components/search_engines/template_url.h"
|
| -#include "content/public/common/page_transition_types.h"
|
| +#include "ui/base/page_transition_types.h"
|
| #include "url/gurl.h"
|
|
|
| class AutocompleteProvider;
|
| @@ -324,7 +324,7 @@ struct AutocompleteMatch {
|
| // The transition type to use when the user opens this match. By default
|
| // this is TYPED. Providers whose matches do not look like URLs should set
|
| // it to GENERATED.
|
| - content::PageTransition transition;
|
| + ui::PageTransition transition;
|
|
|
| // True when this match is the "what you typed" match from the history
|
| // system.
|
|
|