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

Unified Diff: base/process/process_metrics.h

Issue 18119002: Use a direct include of time headers in base/, part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win fix Created 7 years, 6 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/power_monitor/power_monitor.cc ('k') | base/process_info_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/process_metrics.h
diff --git a/base/process/process_metrics.h b/base/process/process_metrics.h
index c73bac825eaace2b8de9e195db9436e2ff22a93c..1232f7419091831f79cfa9a804087664fdbf7f13 100644
--- a/base/process/process_metrics.h
+++ b/base/process/process_metrics.h
@@ -13,7 +13,7 @@
#include "base/base_export.h"
#include "base/basictypes.h"
#include "base/process.h"
-#include "base/time.h"
+#include "base/time/time.h"
#if defined(OS_MACOSX)
#include <mach/mach.h>
« no previous file with comments | « base/power_monitor/power_monitor.cc ('k') | base/process_info_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698