| Index: components/variations/service/ui_string_overrider.h
|
| diff --git a/components/variations/service/ui_string_overrider.h b/components/variations/service/ui_string_overrider.h
|
| index 8aa4784dbc1f48e8a169334b147c2a7e15c92f15..c5baf8d9939ed23cda536908f907b332d463b577 100644
|
| --- a/components/variations/service/ui_string_overrider.h
|
| +++ b/components/variations/service/ui_string_overrider.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef COMPONENTS_VARIATIONS_SERVICE_UI_STRING_OVERRIDER_H_
|
| #define COMPONENTS_VARIATIONS_SERVICE_UI_STRING_OVERRIDER_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/macros.h"
|
| #include "base/strings/string16.h"
|
|
|
|
|