summaryrefslogtreecommitdiffstats
path: root/content/test/layout_browsertest.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-11 21:44:29 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-11 21:44:29 +0000
commit93ddb3c682d3b0e2f3d3e68fd33e45eff7a51dbf (patch)
tree74bc8d1b1ff089390f782717f479127212b3e5d2 /content/test/layout_browsertest.cc
parent6fa352ade1487d8261c312854cf57b9906588c1e (diff)
downloadchromium_src-93ddb3c682d3b0e2f3d3e68fd33e45eff7a51dbf.zip
chromium_src-93ddb3c682d3b0e2f3d3e68fd33e45eff7a51dbf.tar.gz
chromium_src-93ddb3c682d3b0e2f3d3e68fd33e45eff7a51dbf.tar.bz2
TabContents -> WebContentsImpl, part 7.
Move the WebContentsImpl class to files in web_contents. BUG=105875 TEST=no change Review URL: http://codereview.chromium.org/10054012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131845 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/layout_browsertest.cc')
-rw-r--r--content/test/layout_browsertest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/layout_browsertest.cc b/content/test/layout_browsertest.cc
index b8c4f81..469a45a 100644
--- a/content/test/layout_browsertest.cc
+++ b/content/test/layout_browsertest.cc
@@ -16,7 +16,7 @@
#include "chrome/test/base/in_process_browser_test.h"
#include "chrome/test/base/layout_test_http_server.h"
#include "chrome/test/base/ui_test_utils.h"
-#include "content/browser/tab_contents/tab_contents.h"
+#include "content/browser/web_contents/web_contents_impl.h"
#include "content/public/common/content_paths.h"
#include "net/base/net_util.h"