diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-11 21:44:29 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-11 21:44:29 +0000 |
commit | 93ddb3c682d3b0e2f3d3e68fd33e45eff7a51dbf (patch) | |
tree | 74bc8d1b1ff089390f782717f479127212b3e5d2 /content/browser/dom_storage | |
parent | 6fa352ade1487d8261c312854cf57b9906588c1e (diff) | |
download | chromium_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/browser/dom_storage')
-rw-r--r-- | content/browser/dom_storage/dom_storage_browsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/dom_storage/dom_storage_browsertest.cc b/content/browser/dom_storage/dom_storage_browsertest.cc index 9c5e882..0197ba7 100644 --- a/content/browser/dom_storage/dom_storage_browsertest.cc +++ b/content/browser/dom_storage/dom_storage_browsertest.cc @@ -6,7 +6,7 @@ #include "chrome/browser/ui/browser.h" #include "chrome/test/base/in_process_browser_test.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" #include "webkit/dom_storage/dom_storage_types.h" |