Index: chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h |
diff --git a/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h b/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h |
index f5594cd28c702619de0ee671a22e48fcbe83b29a..9873e3139fa29b2c5dca85d3ee39e42882263794 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h |
+++ b/chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h |
@@ -7,7 +7,7 @@ |
#include "base/memory/scoped_ptr.h" |
#import "chrome/browser/ui/cocoa/location_bar/image_decoration.h" |
-#include "chrome/common/content_settings_types.h" |
+#include "components/content_settings/core/common/content_settings_types.h" |
// ContentSettingDecoration is used to display the content settings |
// images on the current page. |