diff options
Diffstat (limited to 'chrome_frame/test')
-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, 0 insertions, 3 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc index af65424..2ea35d9 100644 --- a/chrome_frame/test/net/fake_external_tab.cc +++ b/chrome_frame/test/net/fake_external_tab.cc @@ -29,7 +29,6 @@ #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 9e52b3b..a745537 100644 --- a/chrome_frame/test/net/test_automation_provider.h +++ b/chrome_frame/test/net/test_automation_provider.h @@ -7,8 +7,6 @@ #include "chrome/browser/automation/automation_provider.h" class TestAutomationResourceMessageFilter; -class URLRequest; -class URLRequestJob; // Callback interface for TestAutomationProvider. class TestAutomationProviderDelegate { |