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/ui/views/options/content_exceptions_table_view.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/ui/views/options/content_exceptions_table_view.cc') diff --git a/chrome/browser/ui/views/options/content_exceptions_table_view.cc b/chrome/browser/ui/views/options/content_exceptions_table_view.cc index 1b81aa1..4bfdc88 100644 --- a/chrome/browser/ui/views/options/content_exceptions_table_view.cc +++ b/chrome/browser/ui/views/options/content_exceptions_table_view.cc @@ -1,8 +1,8 @@ -// 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. -#include "chrome/browser/views/options/content_exceptions_table_view.h" +#include "chrome/browser/ui/views/options/content_exceptions_table_view.h" #include "gfx/font.h" -- cgit v1.1