Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6365)

Unified Diff: chrome/test/render_view_test.h

Issue 6750018: Cleanup: Stop creating RenderViewObservers from chrome/ in RenderViewer. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix build on win/mac Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698