| Index: chrome/browser/chromeos/login/message_bubble.cc
|
| diff --git a/chrome/browser/chromeos/login/message_bubble.cc b/chrome/browser/chromeos/login/message_bubble.cc
|
| index 183070c9250974dc5af155a75e71fc5bcf69772c..13c343f0d06814fe14b36c28d3031be371562783 100644
|
| --- a/chrome/browser/chromeos/login/message_bubble.cc
|
| +++ b/chrome/browser/chromeos/login/message_bubble.cc
|
| @@ -32,7 +32,7 @@ MessageBubble::MessageBubble(views::View* anchor_view,
|
| SkBitmap* image,
|
| const string16& text,
|
| const std::vector<string16>& links)
|
| - : BubbleDelegateView(anchor_view, arrow_location, kBackgroundColor),
|
| + : BubbleDelegateView(anchor_view, arrow_location),
|
| image_(image),
|
| text_(text),
|
| close_button_(NULL),
|
|
|