| Index: chrome/browser/omnibox/omnibox_log.h
|
| diff --git a/chrome/browser/omnibox/omnibox_log.h b/chrome/browser/omnibox/omnibox_log.h
|
| index 3c641ce4190a7754ec028a72d9c13ae7308aefe9..f66883c2998c9779c405eccb66d8e8e8cca5c5f9 100644
|
| --- a/chrome/browser/omnibox/omnibox_log.h
|
| +++ b/chrome/browser/omnibox/omnibox_log.h
|
| @@ -12,7 +12,6 @@
|
| #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;
|
|
|
| @@ -22,7 +21,7 @@
|
| OmniboxLog(
|
| const base::string16& text,
|
| bool just_deleted_text,
|
| - metrics::OmniboxInputType::Type input_type,
|
| + AutocompleteInput::Type input_type,
|
| bool is_popup_open,
|
| size_t selected_index,
|
| bool is_paste_and_go,
|
| @@ -42,7 +41,7 @@
|
| bool just_deleted_text;
|
|
|
| // The detected type of the user's input.
|
| - metrics::OmniboxInputType::Type input_type;
|
| + AutocompleteInput::Type input_type;
|
|
|
| // True if the popup is open.
|
| bool is_popup_open;
|
|
|