| Index: chrome_frame/chrome_frame_automation.cc
 | 
| diff --git a/chrome_frame/chrome_frame_automation.cc b/chrome_frame/chrome_frame_automation.cc
 | 
| index 8cf778bab6d578d216b4d8d4bd8981c4349d1b8b..633a1ae2ca4dce8cfdf4d3223ceda6d067773c61 100644
 | 
| --- a/chrome_frame/chrome_frame_automation.cc
 | 
| +++ b/chrome_frame/chrome_frame_automation.cc
 | 
| @@ -695,7 +695,7 @@ bool ChromeFrameAutomationClient::InitiateNavigation(
 | 
|      // referrer to be dropped or something worse.
 | 
|      GURL referrer_gurl(referrer.c_str());
 | 
|      if (!chrome_launch_params_) {
 | 
| -      FilePath profile_path;
 | 
| +      base::FilePath profile_path;
 | 
|        chrome_launch_params_ = new ChromeFrameLaunchParams(parsed_url,
 | 
|            referrer_gurl, profile_path, L"", SimpleResourceLoader::GetLanguage(),
 | 
|            false, false, route_all_top_level_navigations_,
 | 
| 
 |