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

Unified Diff: content/browser/geolocation/win7_location_api_win.cc

Issue 12213066: Use base namespace for FilePath in content/browser (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
Index: content/browser/geolocation/win7_location_api_win.cc
diff --git a/content/browser/geolocation/win7_location_api_win.cc b/content/browser/geolocation/win7_location_api_win.cc
index 523cb87641254076cfe9916c2a1468d546f87264..093a2aaad0f1248b2d1380995bf534a45b97e335 100644
--- a/content/browser/geolocation/win7_location_api_win.cc
+++ b/content/browser/geolocation/win7_location_api_win.cc
@@ -23,7 +23,7 @@ void ConvertKnotsToMetresPerSecond(double* knots) {
}
HINSTANCE LoadWin7Library(const string16& lib_name) {
- FilePath sys_dir;
+ base::FilePath sys_dir;
PathService::Get(base::DIR_SYSTEM, &sys_dir);
return LoadLibrary(sys_dir.Append(lib_name).value().c_str());
}
« no previous file with comments | « content/browser/gamepad/gamepad_platform_data_fetcher_win.cc ('k') | content/browser/gpu/gpu_blacklist_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698