Index: chrome_frame/delete_chrome_history.cc |
diff --git a/chrome_frame/delete_chrome_history.cc b/chrome_frame/delete_chrome_history.cc |
index f2333f4614347f63b2c526c283b8eedf89f2d7f1..27498062885c92f4b39b1d3a47aa3c5b8ca8b727 100644 |
--- a/chrome_frame/delete_chrome_history.cc |
+++ b/chrome_frame/delete_chrome_history.cc |
@@ -43,7 +43,7 @@ void DeleteChromeHistory::OnAutomationServerLaunchFailed( |
} |
void DeleteChromeHistory::GetProfilePath(const std::wstring& profile_name, |
- FilePath* profile_path) { |
+ base::FilePath* profile_path) { |
ChromeFramePlugin::GetProfilePath(kIexploreProfileName, profile_path); |
} |