| Index: chrome/browser/tab_contents/background_contents.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/background_contents.cc (revision 191609)
|
| +++ chrome/browser/tab_contents/background_contents.cc (working copy)
|
| @@ -33,7 +33,7 @@
|
| create_params.routing_id = routing_id;
|
| web_contents_.reset(WebContents::Create(create_params));
|
| chrome::SetViewType(
|
| - web_contents_.get(), chrome::VIEW_TYPE_BACKGROUND_CONTENTS);
|
| + web_contents_.get(), extensions::VIEW_TYPE_BACKGROUND_CONTENTS);
|
| web_contents_->SetDelegate(this);
|
| content::WebContentsObserver::Observe(web_contents_.get());
|
|
|
|
|