| Index: components/omnibox/browser/autocomplete_match_type.cc
|
| diff --git a/components/omnibox/browser/autocomplete_match_type.cc b/components/omnibox/browser/autocomplete_match_type.cc
|
| index 597c872013fcae45837f4bc0309d16b6cfb545a9..c826f9505546c887ceea46a4b64b7a4e92ef73cc 100644
|
| --- a/components/omnibox/browser/autocomplete_match_type.cc
|
| +++ b/components/omnibox/browser/autocomplete_match_type.cc
|
| @@ -2,10 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "base/macros.h"
|
| #include "components/omnibox/browser/autocomplete_match_type.h"
|
|
|
| -#include "base/basictypes.h"
|
| -
|
| // static
|
| std::string AutocompleteMatchType::ToString(AutocompleteMatchType::Type type) {
|
| const char* strings[] = {
|
|
|