| Index: chrome/browser/tab_contents/background_contents.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/background_contents.cc (revision 118703)
|
| +++ chrome/browser/tab_contents/background_contents.cc (working copy)
|
| @@ -14,14 +14,14 @@
|
| #include "chrome/common/url_constants.h"
|
| #include "chrome/common/chrome_view_type.h"
|
| #include "content/browser/renderer_host/render_view_host.h"
|
| -#include "content/browser/site_instance.h"
|
| #include "content/public/browser/notification_service.h"
|
| +#include "content/public/browser/site_instance.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| using content::WebContents;
|
|
|
| -BackgroundContents::BackgroundContents(SiteInstance* site_instance,
|
| +BackgroundContents::BackgroundContents(content::SiteInstance* site_instance,
|
| int routing_id,
|
| Delegate* delegate)
|
| : delegate_(delegate) {
|
|
|