Merge from Chromium at DEPS revision r190564

This commit was generated by merge_to_master.py.

Change-Id: Icadecbce29854b8fa25fd335b2c1949b5ca5d170
diff --git a/chrome_frame/delete_chrome_history.cc b/chrome_frame/delete_chrome_history.cc
index f2333f4..2749806 100644
--- a/chrome_frame/delete_chrome_history.cc
+++ b/chrome_frame/delete_chrome_history.cc
@@ -43,7 +43,7 @@
 }
 
 void DeleteChromeHistory::GetProfilePath(const std::wstring& profile_name,
-                                         FilePath* profile_path) {
+                                         base::FilePath* profile_path) {
   ChromeFramePlugin::GetProfilePath(kIexploreProfileName, profile_path);
 }