diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-31 07:11:47 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-31 07:11:47 +0000 |
commit | 600216b7db393edabba6b8f6c15b80ffae1a4506 (patch) | |
tree | 7362069ce6f095396d7176f4c9ef526452fd1010 /chrome/browser/first_run | |
parent | 0ccf461b39cbbc607f0cbec9085cf1385ec7349f (diff) | |
download | chromium_src-600216b7db393edabba6b8f6c15b80ffae1a4506.zip chromium_src-600216b7db393edabba6b8f6c15b80ffae1a4506.tar.gz chromium_src-600216b7db393edabba6b8f6c15b80ffae1a4506.tar.bz2 |
Cleanup: Remove unneeded headers from app/ (part 2)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3066014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54437 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/first_run')
-rw-r--r-- | chrome/browser/first_run/first_run_win.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/first_run/first_run_win.cc b/chrome/browser/first_run/first_run_win.cc index 6e2e1aa..d885ad7 100644 --- a/chrome/browser/first_run/first_run_win.cc +++ b/chrome/browser/first_run/first_run_win.cc @@ -14,7 +14,6 @@ // TODO(port): trim this include list once first run has been refactored fully. #include "app/app_switches.h" #include "app/l10n_util.h" -#include "app/l10n_util_win.h" #include "app/resource_bundle.h" #include "base/command_line.h" #include "base/file_util.h" |