diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 05:12:35 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 05:12:35 +0000 |
commit | de6b8b6dddc04caaa197cc32e6399553c8e81633 (patch) | |
tree | 0b19e26733d3b194185fcb65a6fde5a46441cc2a /chrome_frame/test/html_util_unittests.cc | |
parent | 49abd659faa7286eddef29dea766d7a637473672 (diff) | |
download | chromium_src-de6b8b6dddc04caaa197cc32e6399553c8e81633.zip chromium_src-de6b8b6dddc04caaa197cc32e6399553c8e81633.tar.gz chromium_src-de6b8b6dddc04caaa197cc32e6399553c8e81633.tar.bz2 |
FBTF: Remove unneeded headers from base/ (part 1)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3071012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55034 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test/html_util_unittests.cc')
-rw-r--r-- | chrome_frame/test/html_util_unittests.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome_frame/test/html_util_unittests.cc b/chrome_frame/test/html_util_unittests.cc index f8a0cad..f069898 100644 --- a/chrome_frame/test/html_util_unittests.cc +++ b/chrome_frame/test/html_util_unittests.cc @@ -16,7 +16,6 @@ #include "base/ref_counted.h" #include "base/scoped_handle.h" #include "base/task.h" -#include "base/win_util.h" #include "net/base/net_util.h" #include "chrome_frame/chrome_frame_automation.h" @@ -368,4 +367,3 @@ TEST(HttpUtils, HasFrameBustingHeader) { "X-Frame-Options: SAMEORIGIN\r\n" "X-Frame-Options: ALLOWall\r\n")); } - |