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

Unified Diff: content/shell/paths_mac.h

Issue 12208057: Add explicit base to 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
« no previous file with comments | « content/shell/android/browsertests_apk/content_browser_tests_android.cc ('k') | content/shell/paths_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/paths_mac.h
diff --git a/content/shell/paths_mac.h b/content/shell/paths_mac.h
index 35e74326a8eb3d4de17a5ba2b1102e7f1c827292..ac1f4f99a952be399d23bd58511d67cc5cdb77a3 100644
--- a/content/shell/paths_mac.h
+++ b/content/shell/paths_mac.h
@@ -14,6 +14,6 @@ void OverrideFrameworkBundlePath();
void OverrideChildProcessPath();
// Gets the path to the content shell's pak file.
-FilePath GetResourcesPakFilePath();
+base::FilePath GetResourcesPakFilePath();
#endif // CONTENT_SHELL_PATHS_MAC_H_
« no previous file with comments | « content/shell/android/browsertests_apk/content_browser_tests_android.cc ('k') | content/shell/paths_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698