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

Unified Diff: content/shell/paths_mac.mm

Issue 12286020: Replace FilePath with base::FilePath. (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/shell/paths_mac.mm
diff --git a/content/shell/paths_mac.mm b/content/shell/paths_mac.mm
index 120ca3424632b3ae1584f6b725e7dd89acb7d458..a2a29930b34a57f4f928fd30c57630f8d625ec26 100644
--- a/content/shell/paths_mac.mm
+++ b/content/shell/paths_mac.mm
@@ -56,5 +56,5 @@ base::FilePath GetResourcesPakFilePath() {
[base::mac::FrameworkBundle() pathForResource:@"content_shell"
ofType:@"pak"];
- return FilePath([pak_path fileSystemRepresentation]);
+ return base::FilePath([pak_path fileSystemRepresentation]);
}
« no previous file with comments | « content/shell/android/browsertests_apk/content_browser_tests_android.cc ('k') | content/shell/shell_browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698