diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-07 07:24:21 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-07 07:24:21 +0000 |
commit | bd7e704434f5bcc171c77d1f12e22362e20cab0f (patch) | |
tree | 3b7b117446ff51a62101dafe499c95a693486f15 /chrome/app/chrome_exe_main_gtk.cc | |
parent | 049bdd3b82c88ebc5dbfcfa6b80cb8d16b7d2d5e (diff) | |
download | chromium_src-bd7e704434f5bcc171c77d1f12e22362e20cab0f.zip chromium_src-bd7e704434f5bcc171c77d1f12e22362e20cab0f.tar.gz chromium_src-bd7e704434f5bcc171c77d1f12e22362e20cab0f.tar.bz2 |
FBTF: Remove unneeded headers from base/ (part 5)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3041049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_exe_main_gtk.cc')
-rw-r--r-- | chrome/app/chrome_exe_main_gtk.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/app/chrome_exe_main_gtk.cc b/chrome/app/chrome_exe_main_gtk.cc index b43c3de..f7f8485 100644 --- a/chrome/app/chrome_exe_main_gtk.cc +++ b/chrome/app/chrome_exe_main_gtk.cc @@ -2,7 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/at_exit.h" #include "base/process_util.h" #if defined(OS_LINUX) && !defined(OS_CHROMEOS) #include "chrome/browser/first_run/first_run.h" |