summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-30 20:32:56 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-30 20:32:56 +0000
commitb1748b1d8916de0ddd9598b762074ecc8897ff7a (patch)
tree19672f455ee88c6557878aee700812533c72396b /chrome_frame
parentfecda6f15c2eb26abce8a2dacfb400dbce1d1374 (diff)
downloadchromium_src-b1748b1d8916de0ddd9598b762074ecc8897ff7a.zip
chromium_src-b1748b1d8916de0ddd9598b762074ecc8897ff7a.tar.gz
chromium_src-b1748b1d8916de0ddd9598b762074ecc8897ff7a.tar.bz2
[GTTF] Reduce header dependencies in chrome.
TEST=none BUG=none Review URL: http://codereview.chromium.org/454004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33324 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/net/fake_external_tab.cc1
-rw-r--r--chrome_frame/test/net/test_automation_provider.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index 2ea35d9..af65424 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -29,6 +29,7 @@
#include "chrome/common/chrome_switches.h"
#include "chrome/common/notification_service.h"
#include "chrome/common/pref_names.h"
+#include "chrome/common/pref_service.h"
#include "chrome_frame/utils.h"
#include "chrome_frame/test/chrome_frame_test_utils.h"
#include "chrome_frame/test/net/dialog_watchdog.h"
diff --git a/chrome_frame/test/net/test_automation_provider.h b/chrome_frame/test/net/test_automation_provider.h
index a745537..9e52b3b 100644
--- a/chrome_frame/test/net/test_automation_provider.h
+++ b/chrome_frame/test/net/test_automation_provider.h
@@ -7,6 +7,8 @@
#include "chrome/browser/automation/automation_provider.h"
class TestAutomationResourceMessageFilter;
+class URLRequest;
+class URLRequestJob;
// Callback interface for TestAutomationProvider.
class TestAutomationProviderDelegate {