Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3590)

Unified Diff: chrome_frame/delete_chrome_history.cc

Issue 12211108: Rename FilePath -> base::FilePath in various toplevel directories (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/delete_chrome_history.h ('k') | chrome_frame/dll_redirector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « chrome_frame/delete_chrome_history.h ('k') | chrome_frame/dll_redirector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698