| Index: components/omnibox/browser/in_memory_url_index.h
|
| diff --git a/components/omnibox/browser/in_memory_url_index.h b/components/omnibox/browser/in_memory_url_index.h
|
| index e13aabf853766dbffe3243eabdf1ef32dbd483ad..1f098cbfedd36d1146416ed6e8146c8071b3a103 100644
|
| --- a/components/omnibox/browser/in_memory_url_index.h
|
| +++ b/components/omnibox/browser/in_memory_url_index.h
|
| @@ -5,15 +5,17 @@
|
| #ifndef COMPONENTS_OMNIBOX_BROWSER_IN_MEMORY_URL_INDEX_H_
|
| #define COMPONENTS_OMNIBOX_BROWSER_IN_MEMORY_URL_INDEX_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <functional>
|
| #include <map>
|
| #include <set>
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/files/file_path.h"
|
| #include "base/gtest_prod_util.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/strings/string16.h"
|
|
|