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

Unified Diff: chrome/test/base/chrome_render_view_host_test_harness.h

Issue 9838009: Clean up a few TODO items. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 8 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/base/chrome_render_view_host_test_harness.h
diff --git a/chrome/test/base/chrome_render_view_host_test_harness.h b/chrome/test/base/chrome_render_view_host_test_harness.h
index f8d15f532fb67b5c22c648a84215475112ae804a..e39f85f28f76bef7c34bc734d2c5562bc4b6aa42 100644
--- a/chrome/test/base/chrome_render_view_host_test_harness.h
+++ b/chrome/test/base/chrome_render_view_host_test_harness.h
@@ -17,7 +17,8 @@ class WebContents;
// Wrapper around RenderViewHostTestHarness that uses a TestingProfile as
// browser context instead of a TestBrowserContext.
-class ChromeRenderViewHostTestHarness : public RenderViewHostTestHarness {
+class ChromeRenderViewHostTestHarness
+ : public content::RenderViewHostTestHarness {
public:
ChromeRenderViewHostTestHarness();
virtual ~ChromeRenderViewHostTestHarness();
« no previous file with comments | « chrome/browser/web_applications/web_app_unittest.cc ('k') | chrome/test/base/chrome_render_view_host_test_harness.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698