| Index: chrome/browser/gtk/infobar_gtk.cc
|
| diff --git a/chrome/browser/gtk/infobar_gtk.cc b/chrome/browser/gtk/infobar_gtk.cc
|
| index 5a061d0c954cd091840fe4b6905713dee305f7f1..097f502d5013aa3cb8e1e4f5a756181d38e69f59 100644
|
| --- a/chrome/browser/gtk/infobar_gtk.cc
|
| +++ b/chrome/browser/gtk/infobar_gtk.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -239,7 +239,7 @@ void InfoBar::AddLabelAndLink(const string16& display_text,
|
| void InfoBar::GetTopColor(InfoBarDelegate::Type type,
|
| double* r, double* g, double *b) {
|
| // These constants are copied from corresponding skia constants from
|
| - // browser/views/infobars/infobars.cc, and then changed into 0-1 ranged
|
| + // browser/ui/views/infobars/infobars.cc, and then changed into 0-1 ranged
|
| // values for cairo.
|
| switch (type) {
|
| case InfoBarDelegate::WARNING_TYPE:
|
|
|