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

Unified Diff: base/process_info_win.cc

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_mac.cc ('k') | base/process_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process_info_win.cc
diff --git a/base/process_info_win.cc b/base/process_info_win.cc
index 762961fc3364b0066afe44ddca20ed3e63b68998..04c6c2f6f4388a0f0d6562b8b5d52d0ac3a88d07 100644
--- a/base/process_info_win.cc
+++ b/base/process_info_win.cc
@@ -7,7 +7,7 @@
#include <windows.h>
#include "base/basictypes.h"
-#include "base/time.h"
+#include "base/time/time.h"
namespace {
« no previous file with comments | « base/process_info_mac.cc ('k') | base/process_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698