| Index: chrome/test/render_view_test.h
|
| ===================================================================
|
| --- chrome/test/render_view_test.h (revision 79652)
|
| +++ chrome/test/render_view_test.h (working copy)
|
| @@ -27,6 +27,7 @@
|
| class PasswordAutofillManager;
|
| }
|
| class MockRenderProcess;
|
| +class PrintWebViewHelper;
|
|
|
| class RenderViewTest : public testing::Test {
|
| public:
|
| @@ -108,6 +109,7 @@
|
|
|
| autofill::PasswordAutofillManager* password_autofill_;
|
| autofill::AutofillAgent* autofill_agent_;
|
| + PrintWebViewHelper* print_helper_;
|
| };
|
|
|
| #endif // CHROME_TEST_RENDER_VIEW_TEST_H_
|
|
|