| Index: extensions/browser/app_sorting.h
|
| diff --git a/extensions/browser/app_sorting.h b/extensions/browser/app_sorting.h
|
| index 303fc9ae3b6fa7154894be99d56d79e9b5b172ea..a819e997a3e90dce1e10d94c574cb231e0c0c40a 100644
|
| --- a/extensions/browser/app_sorting.h
|
| +++ b/extensions/browser/app_sorting.h
|
| @@ -5,9 +5,11 @@
|
| #ifndef EXTENSIONS_BROWSER_APP_SORTING_H_
|
| #define EXTENSIONS_BROWSER_APP_SORTING_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "extensions/common/extension.h"
|
| #include "sync/api/string_ordinal.h"
|
|
|
|
|