diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-06 15:57:29 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-06 15:57:29 +0000 |
commit | 71b73f0364ef3ea61bede4383424d94df5ef6037 (patch) | |
tree | 089182d7aad0c6c930627a877209931518cf8bc2 /chrome/browser/browser_main_gtk.cc | |
parent | e732371e6b667fcabebe265a4ddb82e36b16975f (diff) | |
download | chromium_src-71b73f0364ef3ea61bede4383424d94df5ef6037.zip chromium_src-71b73f0364ef3ea61bede4383424d94df5ef6037.tar.gz chromium_src-71b73f0364ef3ea61bede4383424d94df5ef6037.tar.bz2 |
Cleanup: Update a bunch of files to the new location of browser_list.h. Part 1/3.
BUG=None
TEST=None
R=avi@chromium.org
Review URL: http://codereview.chromium.org/6689029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80632 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_main_gtk.cc')
-rw-r--r-- | chrome/browser/browser_main_gtk.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/browser_main_gtk.cc b/chrome/browser/browser_main_gtk.cc index b63009a..342c643 100644 --- a/chrome/browser/browser_main_gtk.cc +++ b/chrome/browser/browser_main_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. @@ -11,9 +11,9 @@ #include "base/command_line.h" #include "base/debug/debugger.h" -#include "chrome/browser/browser_list.h" #include "chrome/browser/browser_main_win.h" #include "chrome/browser/metrics/metrics_service.h" +#include "chrome/browser/ui/browser_list.h" #include "chrome/common/chrome_switches.h" #include "content/browser/renderer_host/render_sandbox_host_linux.h" #include "content/browser/zygote_host_linux.h" |