diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-14 17:14:58 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-14 17:14:58 +0000 |
commit | 04be7d4ed4b5e7b4c65cd81c8516af4326ee40cd (patch) | |
tree | 57843c7012ac53450a6b607315794117222544a0 /chrome/DEPS | |
parent | 49b264f8921b4f3f5b8a62a44310a0ebf0c1c3c7 (diff) | |
download | chromium_src-04be7d4ed4b5e7b4c65cd81c8516af4326ee40cd.zip chromium_src-04be7d4ed4b5e7b4c65cd81c8516af4326ee40cd.tar.gz chromium_src-04be7d4ed4b5e7b4c65cd81c8516af4326ee40cd.tar.bz2 |
Move browser_test_base.h to content/public/test. I originally thought that content_browsertests wouldn't derive from this. But since it ended up being shared, move to content/public/test.
BUG=90448
Review URL: https://chromiumcodereview.appspot.com/10837238
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151498 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 97cef999..b3ab3de 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -26,7 +26,6 @@ include_rules = [ "+content/public/test", "+content/test/gpu", "+content/test/net", - "+content/test/browser_test_base.h", # http://crbug.com/90448 # Don't allow inclusion of these other libs we shouldn't be calling directly. "-webkit", |