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

Unified Diff: base/win/sampling_profiler.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/vlog_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/sampling_profiler.h
diff --git a/base/win/sampling_profiler.h b/base/win/sampling_profiler.h
index e7e76d8e38323193c135d0f40c88c3054e2891af..1950ef5256ae2d0e3fdcf02356c823f51c5b9c4f 100644
--- a/base/win/sampling_profiler.h
+++ b/base/win/sampling_profiler.h
@@ -8,7 +8,7 @@
#include <vector>
#include "base/basictypes.h"
-#include "base/time.h"
+#include "base/time/time.h"
#include "base/win/scoped_handle.h"
namespace base {
« no previous file with comments | « base/vlog_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698