summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views')
-rw-r--r--chrome/browser/views/dom_view.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/views/dom_view.cc b/chrome/browser/views/dom_view.cc
index c8cebf7..a1bf0dc 100644
--- a/chrome/browser/views/dom_view.cc
+++ b/chrome/browser/views/dom_view.cc
@@ -21,8 +21,8 @@ bool DOMView::Init(Profile* profile, SiteInstance* instance) {
return true;
initialized_ = true;
- tab_contents_.reset(new TabContents(profile, instance,
- MSG_ROUTING_NONE, NULL, NULL));
+ tab_contents_.reset(
+ new TabContents(profile, instance, MSG_ROUTING_NONE, NULL));
views::NativeViewHost::Attach(tab_contents_->GetNativeView());
return true;
}