| 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 3c8367fc60fb8d9df626d74c439976e6ee60a6ba..464d6026918a02f3bbb662662a3a05e69ad2a3da 100644
|
| --- a/chrome/browser/ui/views/infobars/infobar_background.h
|
| +++ b/chrome/browser/ui/views/infobars/infobar_background.h
|
| @@ -6,12 +6,11 @@
|
| #define CHROME_BROWSER_UI_VIEWS_INFOBARS_INFOBAR_BACKGROUND_H_
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "chrome/browser/api/infobars/infobar_delegate.h"
|
| #include "ui/views/background.h"
|
|
|
| class InfoBarBackground : public views::Background {
|
| public:
|
| - explicit InfoBarBackground(InfoBarDelegate::Type infobar_type);
|
| + InfoBarBackground(SkColor top, SkColor bottom);
|
| virtual ~InfoBarBackground();
|
|
|
| void set_separator_color(SkColor color) { separator_color_ = color; }
|
|
|