| Index: components/omnibox/browser/autocomplete_classifier.h
|
| diff --git a/components/omnibox/browser/autocomplete_classifier.h b/components/omnibox/browser/autocomplete_classifier.h
|
| index aca4e06fc74cdf4e27c91ec9fdcd6cc399c2aed2..bdb0116359f51602dfa5b76abd622619ed6b82d7 100644
|
| --- a/components/omnibox/browser/autocomplete_classifier.h
|
| +++ b/components/omnibox/browser/autocomplete_classifier.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef COMPONENTS_OMNIBOX_BROWSER_AUTOCOMPLETE_CLASSIFIER_H_
|
| #define COMPONENTS_OMNIBOX_BROWSER_AUTOCOMPLETE_CLASSIFIER_H_
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string16.h"
|
| #include "components/keyed_service/core/keyed_service.h"
|
|
|