| Index: chrome/browser/ui/views/first_run_bubble.cc
|
| diff --git a/chrome/browser/ui/views/first_run_bubble.cc b/chrome/browser/ui/views/first_run_bubble.cc
|
| index 42a0353d25723c71e8cb7b8c62022d9a4d11fea5..f4d9e9190f39765149af5aaa113777692565b6ef 100644
|
| --- a/chrome/browser/ui/views/first_run_bubble.cc
|
| +++ b/chrome/browser/ui/views/first_run_bubble.cc
|
| @@ -108,9 +108,7 @@ FirstRunBubble::FirstRunBubble(
|
| views::View* anchor_view,
|
| views::BubbleBorder::ArrowLocation arrow_location,
|
| FirstRun::BubbleType bubble_type)
|
| - : views::BubbleDelegateView(anchor_view,
|
| - arrow_location,
|
| - SK_ColorWHITE),
|
| + : views::BubbleDelegateView(anchor_view, arrow_location),
|
| profile_(profile),
|
| bubble_type_(bubble_type) {
|
| }
|
|
|