| Index: chrome/browser/ui/views/infobars/infobar_background.h
|
| diff --git a/chrome/browser/ui/views/infobars/infobar_background.h b/chrome/browser/ui/views/infobars/infobar_background.h
|
| index ba04a8885a736798e839e0cfd7134e8e0dadd388..a571b66124aa42337b0a79a7e392dfe9fef6f1d4 100644
|
| --- a/chrome/browser/ui/views/infobars/infobar_background.h
|
| +++ b/chrome/browser/ui/views/infobars/infobar_background.h
|
| @@ -6,12 +6,12 @@
|
| #define CHROME_BROWSER_UI_VIEWS_INFOBARS_INFOBAR_BACKGROUND_H_
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "chrome/browser/infobars/infobar_delegate.h"
|
| +#include "components/infobars/core/infobar_delegate.h"
|
| #include "ui/views/background.h"
|
|
|
| class InfoBarBackground : public views::Background {
|
| public:
|
| - explicit InfoBarBackground(InfoBarDelegate::Type infobar_type);
|
| + explicit InfoBarBackground(infobars::InfoBarDelegate::Type infobar_type);
|
| virtual ~InfoBarBackground();
|
|
|
| void set_separator_color(SkColor color) { separator_color_ = color; }
|
|
|