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

Unified Diff: base/process_util.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/process_info_win.cc ('k') | base/profiler/tracked_time.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process_util.h
diff --git a/base/process_util.h b/base/process_util.h
index 0bec8e0848e0d7e961e4ec80fc248943db60f0ca..082017fa28474226db649b39976ed7d4f12d9c15 100644
--- a/base/process_util.h
+++ b/base/process_util.h
@@ -9,7 +9,7 @@
#define BASE_PROCESS_UTIL_H_
#include "base/basictypes.h"
-#include "base/time.h"
+#include "base/time/time.h"
#if defined(OS_WIN)
#include <windows.h>
« no previous file with comments | « base/process_info_win.cc ('k') | base/profiler/tracked_time.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698