Index: chrome/browser/tab_contents/background_contents.cc |
=================================================================== |
--- chrome/browser/tab_contents/background_contents.cc (revision 118952) |
+++ chrome/browser/tab_contents/background_contents.cc (working copy) |
@@ -14,11 +14,12 @@ |
#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::SiteInstance; |
using content::WebContents; |
BackgroundContents::BackgroundContents(SiteInstance* site_instance, |