summaryrefslogtreecommitdiffstats
path: root/components/sync_driver/sync_prefs.cc
diff options
context:
space:
mode:
authorsungmann.cho@navercorp.com <sungmann.cho@navercorp.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-30 06:42:06 +0000
committersungmann.cho@navercorp.com <sungmann.cho@navercorp.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-30 06:42:06 +0000
commit45af144330bd2f1345c2433f4f17c95bdcebe2d1 (patch)
tree71fbcd9a8c04f139905e58126e9973a4cf2aef50 /components/sync_driver/sync_prefs.cc
parent40d2cb8ec1ebe3466718bc8d6c91ff085aea8ec5 (diff)
downloadchromium_src-45af144330bd2f1345c2433f4f17c95bdcebe2d1.zip
chromium_src-45af144330bd2f1345c2433f4f17c95bdcebe2d1.tar.gz
chromium_src-45af144330bd2f1345c2433f4f17c95bdcebe2d1.tar.bz2
Remove unnecessary #includes in web_history_service_factory.cc and sync_prefs.cc.
After the landing of https://codereview.chromium.org/195893014, web_history_service_factory.cc and sync_prefs.cc don't need the command line switch related headers anymore. So we can remove these. BUG=343274 Review URL: https://codereview.chromium.org/345393006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280568 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/sync_driver/sync_prefs.cc')
-rw-r--r--components/sync_driver/sync_prefs.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/sync_driver/sync_prefs.cc b/components/sync_driver/sync_prefs.cc
index 8e63e20..7921e9c 100644
--- a/components/sync_driver/sync_prefs.cc
+++ b/components/sync_driver/sync_prefs.cc
@@ -4,7 +4,6 @@
#include "components/sync_driver/sync_prefs.h"
-#include "base/command_line.h"
#include "base/logging.h"
#include "base/prefs/pref_member.h"
#include "base/prefs/pref_service.h"