| Index: components/translate/core/browser/translate_prefs.h
|
| diff --git a/components/translate/core/browser/translate_prefs.h b/components/translate/core/browser/translate_prefs.h
|
| index 5e9be626368eb341b36784a51422ceffc70ad765..10b39ca96cc6e1c19e00e6340ca44e4068182210 100644
|
| --- a/components/translate/core/browser/translate_prefs.h
|
| +++ b/components/translate/core/browser/translate_prefs.h
|
| @@ -5,12 +5,16 @@
|
| #ifndef COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_PREFS_H_
|
| #define COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_PREFS_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/gtest_prod_util.h"
|
| +#include "base/macros.h"
|
| #include "base/prefs/scoped_user_pref_update.h"
|
| #include "base/time/time.h"
|
| +#include "build/build_config.h"
|
| #include "url/gurl.h"
|
|
|
| class PrefService;
|
|
|