Index: chrome/browser/background/background_contents.h |
diff --git a/chrome/browser/background/background_contents.h b/chrome/browser/background/background_contents.h |
index a02d9b1df1ac5143f5e5d345110dc5c55d8badba..c6ec4c1a94d911c9b63bd6411a0263124b9307e1 100644 |
--- a/chrome/browser/background/background_contents.h |
+++ b/chrome/browser/background/background_contents.h |
@@ -54,8 +54,9 @@ class BackgroundContents : public extensions::DeferredStartRenderHost, |
BackgroundContents( |
content::SiteInstance* site_instance, |
- int routing_id, |
- int main_frame_routing_id, |
+ int32_t routing_id, |
+ int32_t main_frame_routing_id, |
+ int32_t main_frame_widget_routing_id, |
Delegate* delegate, |
const std::string& partition_id, |
content::SessionStorageNamespace* session_storage_namespace); |