diff options
author | thestig <thestig@chromium.org> | 2014-11-06 13:55:46 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-06 21:56:07 +0000 |
commit | 27bf1c27bf02037ab7c32f2b8b179178aeb04cba (patch) | |
tree | 7ece4059da3abdff0fcc2816df1206942eb918e6 /net/tools | |
parent | b6bad3dc24d88ba1ce182e7ab3fbe6e2e281c998 (diff) | |
download | chromium_src-27bf1c27bf02037ab7c32f2b8b179178aeb04cba.zip chromium_src-27bf1c27bf02037ab7c32f2b8b179178aeb04cba.tar.gz chromium_src-27bf1c27bf02037ab7c32f2b8b179178aeb04cba.tar.bz2 |
Cleanup: Remove unneeded path_service.h includes.
Review URL: https://codereview.chromium.org/689563002
Cr-Commit-Position: refs/heads/master@{#303095}
Diffstat (limited to 'net/tools')
-rw-r--r-- | net/tools/tld_cleanup/tld_cleanup_util_unittest.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tools/tld_cleanup/tld_cleanup_util_unittest.cc b/net/tools/tld_cleanup/tld_cleanup_util_unittest.cc index 6b1d02a..6c7cbad 100644 --- a/net/tools/tld_cleanup/tld_cleanup_util_unittest.cc +++ b/net/tools/tld_cleanup/tld_cleanup_util_unittest.cc @@ -5,7 +5,6 @@ #include "net/tools/tld_cleanup/tld_cleanup_util.h" #include "base/files/file_path.h" -#include "base/path_service.h" #include "testing/gtest/include/gtest/gtest.h" namespace net { |