diff options
Diffstat (limited to 'chrome_frame/test/net')
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.cc | 1 | ||||
-rw-r--r-- | chrome_frame/test/net/test_automation_provider.h | 2 |
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 { |