summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-14 20:16:41 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-14 20:16:41 +0000
commit8aee8ed355ca551f7c401ea5877cf48d2739237f (patch)
treeb96f2dfada42d172dec44841d29b7a979f60215c /chrome/test/automation
parente29f175428c78088be80ab50de9a2ff93d9b69a3 (diff)
downloadchromium_src-8aee8ed355ca551f7c401ea5877cf48d2739237f.zip
chromium_src-8aee8ed355ca551f7c401ea5877cf48d2739237f.tar.gz
chromium_src-8aee8ed355ca551f7c401ea5877cf48d2739237f.tar.bz2
Remove most of the remaining test dependencies (other than chrome/test).
I moved FindPasteboard since it seemed like a core dependency of the clipboard APIs. I left its test behind because I didn't think we'd want to move cocoa_test_helper.h to content? I moved all the testing URLRequestObjects to content, since we'll want to have stuff like that for content tests. BUG=76697 Review URL: http://codereview.chromium.org/7149013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89063 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automation')
-rw-r--r--chrome/test/automation/automation_proxy_uitest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/automation/automation_proxy_uitest.cc b/chrome/test/automation/automation_proxy_uitest.cc
index 4e5ba9b..2a4b919 100644
--- a/chrome/test/automation/automation_proxy_uitest.cc
+++ b/chrome/test/automation/automation_proxy_uitest.cc
@@ -18,7 +18,6 @@
#include "base/utf_string_conversions.h"
#include "build/build_config.h"
#include "chrome/app/chrome_command_ids.h"
-#include "chrome/browser/net/url_request_slow_http_job.h"
#include "chrome/browser/ui/view_ids.h"
#include "chrome/common/automation_messages.h"
#include "chrome/common/chrome_constants.h"
@@ -31,6 +30,7 @@
#include "chrome/test/automation/window_proxy.h"
#include "chrome/test/ui/ui_test.h"
#include "chrome/test/ui_test_utils.h"
+#include "content/browser/net/url_request_slow_http_job.h"
#include "content/common/json_value_serializer.h"
#include "net/base/host_port_pair.h"
#include "net/base/net_util.h"