diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-20 09:00:17 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-20 09:00:17 +0000 |
commit | c3b4ba8f43dd89cb62ae5d82db8be245e61f17ae (patch) | |
tree | c8746c92d2f285b3e5b92cc35aab652ce54fdb35 /chrome/browser/browser_about_handler.cc | |
parent | 36ba1dc0a5134a094c13ab5e28d312628750964a (diff) | |
download | chromium_src-c3b4ba8f43dd89cb62ae5d82db8be245e61f17ae.zip chromium_src-c3b4ba8f43dd89cb62ae5d82db8be245e61f17ae.tar.gz chromium_src-c3b4ba8f43dd89cb62ae5d82db8be245e61f17ae.tar.bz2 |
Cleanup unused includes in browser_about_handler.cc. Remove AboutTcmallocOutputs declaration in browser_about_handler.h because that has moevd to content/browser/tcmalloc_internals_request_job.h.
Review URL: https://chromiumcodereview.appspot.com/24250002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224342 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_about_handler.cc')
-rw-r--r-- | chrome/browser/browser_about_handler.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/browser_about_handler.cc b/chrome/browser/browser_about_handler.cc index 3ae6a81..df8d739 100644 --- a/chrome/browser/browser_about_handler.cc +++ b/chrome/browser/browser_about_handler.cc @@ -4,12 +4,9 @@ #include "chrome/browser/browser_about_handler.h" -#include <algorithm> #include <string> -#include "base/command_line.h" #include "base/logging.h" -#include "base/memory/singleton.h" #include "base/strings/string_util.h" #include "chrome/browser/lifetime/application_lifetime.h" #include "chrome/browser/ui/browser_dialogs.h" |