diff options
author | Chansik.Yun@gmail.com <Chansik.Yun@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-17 23:13:30 +0000 |
---|---|---|
committer | Chansik.Yun@gmail.com <Chansik.Yun@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-17 23:13:30 +0000 |
commit | 9543ad6abd2f8fba12da9ad9fed9d2e6f2a47252 (patch) | |
tree | 9e8a3c4025d8196827d6f217838b1c6754f42fea | |
parent | 79dfb8b47a49faee9ad6f82da307d0b8d4da8796 (diff) | |
download | chromium_src-9543ad6abd2f8fba12da9ad9fed9d2e6f2a47252.zip chromium_src-9543ad6abd2f8fba12da9ad9fed9d2e6f2a47252.tar.gz chromium_src-9543ad6abd2f8fba12da9ad9fed9d2e6f2a47252.tar.bz2 |
Remove unnecessary #includes in create_profile_handler.cc and manage_profile_handler.cc.
BUG=none
TEST=compile
Review URL: https://codereview.chromium.org/338323002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277893 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | chrome/browser/ui/webui/options/create_profile_handler.cc | 1 | ||||
-rw-r--r-- | chrome/browser/ui/webui/options/manage_profile_handler.cc | 1 |
3 files changed, 1 insertions, 2 deletions
@@ -70,6 +70,7 @@ Chandra Shekar Vallala <brk376@motorola.com> Chang Shu <c.shu@samsung.com> ChangSeok Oh <shivamidow@gmail.com> Changbin Shao <changbin.shao@intel.com> +Chansik Yun <chansik.yun@gmail.com> Chaobin Zhang <zhchbin@gmail.com> Chris Harrelson <chrishtr@gmail.com> Christophe Dumez <ch.dumez@samsung.com> diff --git a/chrome/browser/ui/webui/options/create_profile_handler.cc b/chrome/browser/ui/webui/options/create_profile_handler.cc index 9bd2509..7f3b86e 100644 --- a/chrome/browser/ui/webui/options/create_profile_handler.cc +++ b/chrome/browser/ui/webui/options/create_profile_handler.cc @@ -5,7 +5,6 @@ #include "chrome/browser/ui/webui/options/create_profile_handler.h" #include "base/bind.h" -#include "base/command_line.h" #include "base/files/file_path.h" #include "base/metrics/histogram.h" #include "base/prefs/pref_service.h" diff --git a/chrome/browser/ui/webui/options/manage_profile_handler.cc b/chrome/browser/ui/webui/options/manage_profile_handler.cc index a2ece94..a86cc68 100644 --- a/chrome/browser/ui/webui/options/manage_profile_handler.cc +++ b/chrome/browser/ui/webui/options/manage_profile_handler.cc @@ -6,7 +6,6 @@ #include "base/bind.h" #include "base/bind_helpers.h" -#include "base/command_line.h" #include "base/prefs/pref_service.h" #include "base/prefs/scoped_user_pref_update.h" #include "base/strings/string_number_conversions.h" |