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

Unified Diff: content/browser/webui/web_ui_handler_browsertest.cc

Issue 6598084: Get rid of temporary render_view_host.h. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 10 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/browser/webui/web_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/webui/web_ui_handler_browsertest.cc
===================================================================
--- content/browser/webui/web_ui_handler_browsertest.cc (revision 76467)
+++ content/browser/webui/web_ui_handler_browsertest.cc (working copy)
@@ -5,8 +5,8 @@
#include "content/browser/webui/web_ui_handler_browsertest.h"
#include "base/utf_string_conversions.h"
-#include "chrome/browser/renderer_host/render_view_host.h"
#include "chrome/test/ui_test_utils.h"
+#include "content/browser/renderer_host/render_view_host.h"
bool WebUIHandlerBrowserTest::Execute(const std::string& js_test) {
web_ui_->GetRenderViewHost()->ExecuteJavascriptInWebFrame(
« no previous file with comments | « content/browser/webui/web_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698