summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_browser_main.cc
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-10 14:11:45 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-10 14:11:45 +0000
commit8dafad32e63d4f8657aa88f0b17254d8a91727d6 (patch)
tree507e0efda9a158d7c4cdec63a426dd3329cebe8e /content/shell/shell_browser_main.cc
parent2393323faddbbb25933c7a5942cbde786075e536 (diff)
downloadchromium_src-8dafad32e63d4f8657aa88f0b17254d8a91727d6.zip
chromium_src-8dafad32e63d4f8657aa88f0b17254d8a91727d6.tar.gz
chromium_src-8dafad32e63d4f8657aa88f0b17254d8a91727d6.tar.bz2
[content shell] remove WebKitTestRunnerHost.
Instead of having an observer per WebContents, only observe the main window. In a previous patch, all IPC messages were already routed to this one main window. Also, rename webkit_test_runner_host.* to webkit_test_controller.* BUG=111316 TEST=nothing breaks R=marja@chromium.org Review URL: https://chromiumcodereview.appspot.com/11494004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172054 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_browser_main.cc')
-rw-r--r--content/shell/shell_browser_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_browser_main.cc b/content/shell/shell_browser_main.cc
index bfa2e0e..283617c 100644
--- a/content/shell/shell_browser_main.cc
+++ b/content/shell/shell_browser_main.cc
@@ -17,7 +17,7 @@
#include "base/utf_string_conversions.h"
#include "content/public/browser/browser_main_runner.h"
#include "content/shell/shell_switches.h"
-#include "content/shell/webkit_test_runner_host.h"
+#include "content/shell/webkit_test_controller.h"
#include "net/base/net_util.h"
#include "webkit/support/webkit_support.h"