| Index: chrome/browser/search/suggestions/suggestions_source.h
|
| diff --git a/chrome/browser/search/suggestions/suggestions_source.h b/chrome/browser/search/suggestions/suggestions_source.h
|
| index eb31cb42c5eb6a9ee2da3f28ff80af7fb1632186..b753b288a77ce4cbc18bc3e3128c49eef8dae284 100644
|
| --- a/chrome/browser/search/suggestions/suggestions_source.h
|
| +++ b/chrome/browser/search/suggestions/suggestions_source.h
|
| @@ -8,8 +8,8 @@
|
| #include <map>
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/callback.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "components/suggestions/proto/suggestions.pb.h"
|
| #include "content/public/browser/url_data_source.h"
|
|
|