From 9e790bdb7aabd7849243158d7095fb79dc26262c Mon Sep 17 00:00:00 2001 From: "msw@chromium.org" Date: Mon, 10 Jan 2011 23:48:54 +0000 Subject: Remove the stubbed out headers in chrome/browser/views. Update references to use headers in chrome/browser/ui/views. Update copyright dates in affected files. /chrome/browser/ui/views/constrained_html_delegate_win.cc Add space before 'private' label (presubmit warning) /chrome/browser/ui/views/toolbar_view.cc Add space before 'cleanup' label (presubmit warning) BUG=69082 TEST=Compiling... Review URL: http://codereview.chromium.org/6204002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70965 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/gtk/infobar_gtk.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/gtk/infobar_gtk.cc') diff --git a/chrome/browser/gtk/infobar_gtk.cc b/chrome/browser/gtk/infobar_gtk.cc index 5a061d0..097f502 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: -- cgit v1.1