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

Unified Diff: content/public/test/render_view_test.cc

Issue 567153002: Utilize TestContentClient in RenderViewTest as resources are being migrated to using grd system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sigh!!! ChromeOS dependency! Created 6 years, 3 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
« no previous file with comments | « content/content_browsertests.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/render_view_test.cc
diff --git a/content/public/test/render_view_test.cc b/content/public/test/render_view_test.cc
index 1399a0f2221fb9ddb6b0cba559b4f60636431736..b0f2570c993fd3e96d32ffd3d9ab24c10e0a73fd 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -22,6 +22,7 @@
#include "content/renderer/renderer_main_platform_delegate.h"
#include "content/renderer/renderer_webkitplatformsupport_impl.h"
#include "content/test/mock_render_process.h"
+#include "content/test/test_content_client.h"
#include "third_party/WebKit/public/platform/WebScreenInfo.h"
#include "third_party/WebKit/public/platform/WebURLRequest.h"
#include "third_party/WebKit/public/web/WebHistoryItem.h"
@@ -391,7 +392,7 @@ blink::WebWidget* RenderViewTest::GetWebWidget() {
ContentClient* RenderViewTest::CreateContentClient() {
- return new ContentClient;
+ return new TestContentClient;
}
ContentBrowserClient* RenderViewTest::CreateContentBrowserClient() {
« no previous file with comments | « content/content_browsertests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698