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

Unified Diff: content/shell/shell_content_renderer_client.cc

Issue 10860037: [content shell] rename layout_test_controller{,_host,_bindings}.* to webkit_test_runner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing Created 8 years, 4 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/shell/shell_content_browser_client.cc ('k') | content/shell/shell_javascript_dialog_creator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_content_renderer_client.cc
diff --git a/content/shell/shell_content_renderer_client.cc b/content/shell/shell_content_renderer_client.cc
index 12a9dbf08fc2f859cb1bff4e0242d82f665d6977..63c7069c368ba05c44213e8f7282745a63bf0ba6 100644
--- a/content/shell/shell_content_renderer_client.cc
+++ b/content/shell/shell_content_renderer_client.cc
@@ -5,9 +5,9 @@
#include "content/shell/shell_content_renderer_client.h"
#include "base/command_line.h"
-#include "content/shell/layout_test_controller.h"
#include "content/shell/shell_render_process_observer.h"
#include "content/shell/shell_switches.h"
+#include "content/shell/webkit_test_runner.h"
#include "v8/include/v8.h"
namespace content {
@@ -26,7 +26,7 @@ void ShellContentRendererClient::RenderViewCreated(RenderView* render_view) {
if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
return;
- new LayoutTestController(render_view);
+ new WebKitTestRunner(render_view);
}
} // namespace content
« no previous file with comments | « content/shell/shell_content_browser_client.cc ('k') | content/shell/shell_javascript_dialog_creator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698