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

Unified Diff: base/tracking_info.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/tracked_objects_unittest.cc ('k') | base/value_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/tracking_info.h
diff --git a/base/tracking_info.h b/base/tracking_info.h
index 738bdee20b7e1b7c6451a4adb9d35804ac18c3d8..dacbcea1d2b9d83a4734b5c5b21216f4cac004f7 100644
--- a/base/tracking_info.h
+++ b/base/tracking_info.h
@@ -11,7 +11,7 @@
#ifndef BASE_TRACKING_INFO_H_
#define BASE_TRACKING_INFO_H_
-#include "base/time.h"
+#include "base/time/time.h"
namespace tracked_objects {
class Location;
« no previous file with comments | « base/tracked_objects_unittest.cc ('k') | base/value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698