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

Unified Diff: base/perftimer.cc

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
« no previous file with comments | « base/path_service_unittest.cc ('k') | base/platform_file_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/perftimer.cc
diff --git a/base/perftimer.cc b/base/perftimer.cc
index 4c64c5eb7a55992cf3a401451cce0534cb2e64e4..94158c8e8a94cd96e4740344c3f061b71691837a 100644
--- a/base/perftimer.cc
+++ b/base/perftimer.cc
@@ -14,7 +14,7 @@
static FILE* perf_log_file = NULL;
-bool InitPerfLog(const FilePath& log_file) {
+bool InitPerfLog(const base::FilePath& log_file) {
if (perf_log_file) {
// trying to initialize twice
NOTREACHED();
« no previous file with comments | « base/path_service_unittest.cc ('k') | base/platform_file_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698