| Index: chrome/browser/prefs/incognito_mode_prefs.h
|
| diff --git a/chrome/browser/prefs/incognito_mode_prefs.h b/chrome/browser/prefs/incognito_mode_prefs.h
|
| index 3c00f7c7992dd1d0c8d9c552aa061153f0ca5339..cbf30efa6abab726cdf420f57516228d7e370bda 100644
|
| --- a/chrome/browser/prefs/incognito_mode_prefs.h
|
| +++ b/chrome/browser/prefs/incognito_mode_prefs.h
|
| @@ -5,8 +5,9 @@
|
| #ifndef CHROME_BROWSER_PREFS_INCOGNITO_MODE_PREFS_H_
|
| #define CHROME_BROWSER_PREFS_INCOGNITO_MODE_PREFS_H_
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| +#include "build/build_config.h"
|
|
|
| class PrefService;
|
| class Profile;
|
|
|