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_win.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_win.cc')
-rw-r--r-- | chrome/browser/browser_main_win.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/browser_main_win.cc b/chrome/browser/browser_main_win.cc index 1ef5de2..e36b9f6 100644 --- a/chrome/browser/browser_main_win.cc +++ b/chrome/browser/browser_main_win.cc @@ -5,8 +5,8 @@ #include "chrome/browser/browser_main.h" #include "chrome/browser/browser_main_win.h" -#include <windows.h> #include <shellapi.h> +#include <windows.h> #include <algorithm> @@ -20,9 +20,9 @@ #include "base/utf_string_conversions.h" #include "base/win/windows_version.h" #include "base/win/wrapped_window_proc.h" -#include "chrome/browser/browser_list.h" #include "chrome/browser/first_run/first_run.h" #include "chrome/browser/metrics/metrics_service.h" +#include "chrome/browser/ui/browser_list.h" #include "chrome/browser/ui/views/uninstall_view.h" #include "chrome/common/chrome_constants.h" #include "chrome/common/chrome_switches.h" |