| Index: chrome/browser/chromeos/frame/bubble_window_views.cc
|
| diff --git a/chrome/browser/chromeos/frame/bubble_window_views.cc b/chrome/browser/chromeos/frame/bubble_window_views.cc
|
| index c9b375d59b6221385baa171e33c500dccacfd91c..fb5029130a181bc32c5a4c4ec37124c64dd57369 100644
|
| --- a/chrome/browser/chromeos/frame/bubble_window_views.cc
|
| +++ b/chrome/browser/chromeos/frame/bubble_window_views.cc
|
| @@ -20,7 +20,7 @@ BubbleWindowViews::BubbleWindowViews(BubbleWindowStyle style)
|
|
|
| void BubbleWindowViews::SetBackgroundColor() {
|
| #if !defined(USE_AURA)
|
| - // TODO(saintlou): Once Views are truly pure the code below needs to be
|
| + // TODO(saintlou): Once Views are truly pure the code below needs to be
|
| // removed and replaced by the corresponding Views code.
|
| GdkColor background_color =
|
| gfx::SkColorToGdkColor(kBubbleWindowBackgroundColor);
|
|
|