summaryrefslogtreecommitdiffstats
path: root/chrome/test/in_process_browser_test.cc
diff options
context:
space:
mode:
authormsw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-10 23:48:54 +0000
committermsw@chromium.org <msw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-10 23:48:54 +0000
commit9e790bdb7aabd7849243158d7095fb79dc26262c (patch)
tree2d41c8b2c0b79e19a686927e2c5d89849872de13 /chrome/test/in_process_browser_test.cc
parent5d6fe75abc0414d83319ce7668d7245b05e424b5 (diff)
downloadchromium_src-9e790bdb7aabd7849243158d7095fb79dc26262c.zip
chromium_src-9e790bdb7aabd7849243158d7095fb79dc26262c.tar.gz
chromium_src-9e790bdb7aabd7849243158d7095fb79dc26262c.tar.bz2
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
Diffstat (limited to 'chrome/test/in_process_browser_test.cc')
-rw-r--r--chrome/test/in_process_browser_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/in_process_browser_test.cc b/chrome/test/in_process_browser_test.cc
index ff428c9..5401349 100644
--- a/chrome/test/in_process_browser_test.cc
+++ b/chrome/test/in_process_browser_test.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.
@@ -46,7 +46,7 @@
#endif
#if defined(OS_WIN)
-#include "chrome/browser/views/frame/browser_view.h"
+#include "chrome/browser/ui/views/frame/browser_view.h"
#endif
namespace {