Commit 9543ad6a authored by Chansik.Yun@gmail.com's avatar Chansik.Yun@gmail.com

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
parent 79dfb8b4
...@@ -70,6 +70,7 @@ Chandra Shekar Vallala <brk376@motorola.com> ...@@ -70,6 +70,7 @@ Chandra Shekar Vallala <brk376@motorola.com>
Chang Shu <c.shu@samsung.com> Chang Shu <c.shu@samsung.com>
ChangSeok Oh <shivamidow@gmail.com> ChangSeok Oh <shivamidow@gmail.com>
Changbin Shao <changbin.shao@intel.com> Changbin Shao <changbin.shao@intel.com>
Chansik Yun <chansik.yun@gmail.com>
Chaobin Zhang <zhchbin@gmail.com> Chaobin Zhang <zhchbin@gmail.com>
Chris Harrelson <chrishtr@gmail.com> Chris Harrelson <chrishtr@gmail.com>
Christophe Dumez <ch.dumez@samsung.com> Christophe Dumez <ch.dumez@samsung.com>
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
#include "chrome/browser/ui/webui/options/create_profile_handler.h" #include "chrome/browser/ui/webui/options/create_profile_handler.h"
#include "base/bind.h" #include "base/bind.h"
#include "base/command_line.h"
#include "base/files/file_path.h" #include "base/files/file_path.h"
#include "base/metrics/histogram.h" #include "base/metrics/histogram.h"
#include "base/prefs/pref_service.h" #include "base/prefs/pref_service.h"
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
#include "base/bind.h" #include "base/bind.h"
#include "base/bind_helpers.h" #include "base/bind_helpers.h"
#include "base/command_line.h"
#include "base/prefs/pref_service.h" #include "base/prefs/pref_service.h"
#include "base/prefs/scoped_user_pref_update.h" #include "base/prefs/scoped_user_pref_update.h"
#include "base/strings/string_number_conversions.h" #include "base/strings/string_number_conversions.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment