diff options
author | kaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-13 12:04:10 +0000 |
---|---|---|
committer | kaiwang@chromium.org <kaiwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-13 12:04:10 +0000 |
commit | 909f1f94d7415f95dc22416143d09333f40d58e6 (patch) | |
tree | c2468350bff6bda0b693950c187c7c562b752535 /base/prefs/DEPS | |
parent | 2eaa168ec28dd5fc4855317e076d07f5657cfd11 (diff) | |
download | chromium_src-909f1f94d7415f95dc22416143d09333f40d58e6.zip chromium_src-909f1f94d7415f95dc22416143d09333f40d58e6.tar.gz chromium_src-909f1f94d7415f95dc22416143d09333f40d58e6.tar.bz2 |
Remove pref's dependency on test_browser_thread
BUG=155525
Review URL: https://chromiumcodereview.appspot.com/11570003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172867 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/prefs/DEPS')
-rw-r--r-- | base/prefs/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/prefs/DEPS b/base/prefs/DEPS index b217443..76b3e8d 100644 --- a/base/prefs/DEPS +++ b/base/prefs/DEPS @@ -1,6 +1,5 @@ specific_include_rules = { '.*_[a-z]+test\.cc': [ "!chrome/test/base/testing_pref_service.h", - "!content/public/test/test_browser_thread.h", ], } |