| Index: chrome/browser/omnibox/omnibox_log.h
|
| diff --git a/chrome/browser/omnibox/omnibox_log.h b/chrome/browser/omnibox/omnibox_log.h
|
| index f66883c2998c9779c405eccb66d8e8e8cca5c5f9..3c641ce4190a7754ec028a72d9c13ae7308aefe9 100644
|
| --- a/chrome/browser/omnibox/omnibox_log.h
|
| +++ b/chrome/browser/omnibox/omnibox_log.h
|
| @@ -12,6 +12,7 @@
|
| #include "chrome/browser/autocomplete/autocomplete_input.h"
|
| #include "chrome/browser/autocomplete/autocomplete_provider.h"
|
| #include "chrome/browser/sessions/session_id.h"
|
| +#include "components/metrics/proto/omnibox_input_type.pb.h"
|
|
|
| class AutocompleteResult;
|
|
|
| @@ -21,7 +22,7 @@ struct OmniboxLog {
|
| OmniboxLog(
|
| const base::string16& text,
|
| bool just_deleted_text,
|
| - AutocompleteInput::Type input_type,
|
| + metrics::OmniboxInputType::Type input_type,
|
| bool is_popup_open,
|
| size_t selected_index,
|
| bool is_paste_and_go,
|
| @@ -41,7 +42,7 @@ struct OmniboxLog {
|
| bool just_deleted_text;
|
|
|
| // The detected type of the user's input.
|
| - AutocompleteInput::Type input_type;
|
| + metrics::OmniboxInputType::Type input_type;
|
|
|
| // True if the popup is open.
|
| bool is_popup_open;
|
|
|