| Index: chrome/browser/ui/views/dom_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/dom_view.cc (revision 118703)
|
| +++ chrome/browser/ui/views/dom_view.cc (working copy)
|
| @@ -29,7 +29,7 @@
|
| return kViewClassName;
|
| }
|
|
|
| -bool DOMView::Init(Profile* profile, SiteInstance* instance) {
|
| +bool DOMView::Init(Profile* profile, content::SiteInstance* instance) {
|
| if (initialized_)
|
| return true;
|
|
|
| @@ -48,7 +48,7 @@
|
| }
|
|
|
| WebContents* DOMView::CreateTabContents(Profile* profile,
|
| - SiteInstance* instance) {
|
| + content::SiteInstance* instance) {
|
| return WebContents::Create(profile, instance, MSG_ROUTING_NONE, NULL, NULL);
|
| }
|
|
|
|
|