Chromium Code Reviews| Index: content/test/content_browser_test.h |
| =================================================================== |
| --- content/test/content_browser_test.h (revision 147965) |
| +++ content/test/content_browser_test.h (working copy) |
| @@ -9,7 +9,6 @@ |
| #include "content/public/test/browser_test.h" |
| #include "content/test/browser_test_base.h" |
| - |
| namespace content { |
| class Shell; |
| class ShellMainDelegate; |
| @@ -26,6 +25,7 @@ |
| // BrowserTestBase: |
| virtual void RunTestOnMainThreadLoop() OVERRIDE; |
| + protected: |
| // Returns the window for the test. |
| Shell* shell() const { return shell_; } |