Chromium Code Reviews| Index: content/shell/common/webkit_test_helpers.h |
| diff --git a/content/shell/common/webkit_test_helpers.h b/content/shell/common/webkit_test_helpers.h |
| index 08f3e690bf650a2ae67412f44f04259cff510477..0e63cf96fee8948b98c98b46ea5312ca1d023fd4 100644 |
| --- a/content/shell/common/webkit_test_helpers.h |
| +++ b/content/shell/common/webkit_test_helpers.h |
| @@ -8,17 +8,14 @@ |
| #include <string> |
| #include <vector> |
| -struct WebPreferences; |
| - |
| namespace base { |
| class FilePath; |
| } |
| -struct WebPreferences; |
| - |
| namespace content { |
| struct TestPreferences; |
| +struct WebPreferences; |
| // The TestRunner library keeps its settings in a WebPreferenes object. |
| // The content_shell, however, uses WebPreferences. This method exports the |