| Index: chrome/common/content_settings.h
|
| diff --git a/chrome/common/content_settings.h b/chrome/common/content_settings.h
|
| index bcfbebc099563b51057692b38661cb87672dc511..7ab2ca1209c95e807880fa8df713dae816fa26fd 100644
|
| --- a/chrome/common/content_settings.h
|
| +++ b/chrome/common/content_settings.h
|
| @@ -8,7 +8,7 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "chrome/common/content_settings_pattern.h"
|
| +#include "components/content_settings/core/common/content_settings_pattern.h"
|
|
|
| // Different settings that can be assigned for a particular content type. We
|
| // give the user the ability to set these on a global and per-origin basis.
|
|
|