| Index: components/content_settings/core/common/content_settings.cc
|
| diff --git a/components/content_settings/core/common/content_settings.cc b/components/content_settings/core/common/content_settings.cc
|
| index a0860d594d6ba70a0ca2c40617da3b5cabb6013a..65298708c8de978557f8eefb9dcf17c977c580f2 100644
|
| --- a/components/content_settings/core/common/content_settings.cc
|
| +++ b/components/content_settings/core/common/content_settings.cc
|
| @@ -8,6 +8,7 @@
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| #include "base/stl_util.h"
|
| +#include "build/build_config.h"
|
|
|
| ContentSetting IntToContentSetting(int content_setting) {
|
| return ((content_setting < 0) ||
|
|
|