| Index: chrome/browser/tab_contents/chrome_interstitial_page.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/chrome_interstitial_page.cc (revision 108004)
|
| +++ chrome/browser/tab_contents/chrome_interstitial_page.cc (working copy)
|
| @@ -17,7 +17,7 @@
|
| const GURL& url)
|
| : InterstitialPage(tab, new_navigation, url) {
|
| Profile* profile = Profile::FromBrowserContext(tab->browser_context());
|
| - RendererPreferences prefs;
|
| + content::RendererPreferences prefs;
|
| renderer_preferences_util::UpdateFromSystemSettings(&prefs, profile);
|
| set_renderer_preferences(prefs);
|
| }
|
|
|