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

Unified Diff: base/perftimer.h

Issue 118162: Reduce header dependencies in base/ (Closed)
Patch Set: Created 11 years, 7 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: base/perftimer.h
diff --git a/base/perftimer.h b/base/perftimer.h
index 6274fee25d68cfb2221a90e18bbc7cd8d5aa8a55..1ac1a7d18901e268cfe02585322b68b0aafc3c03 100644
--- a/base/perftimer.h
+++ b/base/perftimer.h
@@ -6,10 +6,12 @@
#define BASE_PERFTIMER_H_
#include <string>
+
#include "base/basictypes.h"
-#include "base/file_path.h"
#include "base/time.h"
+class FilePath;
+
// ----------------------------------------------------------------------
// Initializes and finalizes the perf log. These functions should be
// called at the beginning and end (respectively) of running all the
« no previous file with comments | « base/message_loop.h ('k') | base/scoped_clipboard_writer.cc » ('j') | base/system_monitor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698